svn commit: r358435 - head/misc/lr

Vanilla I. Shu vanilla at FreeBSD.org
Thu Jun 19 15:55:15 UTC 2014


Author: vanilla
Date: Thu Jun 19 15:55:14 2014
New Revision: 358435
URL: http://svnweb.freebsd.org/changeset/ports/358435
QAT: https://qat.redports.org/buildarchive/r358435/

Log:
  Stagify.
  
  Approved by:	portmgr@

Modified:
  head/misc/lr/Makefile

Modified: head/misc/lr/Makefile
==============================================================================
--- head/misc/lr/Makefile	Thu Jun 19 15:52:28 2014	(r358434)
+++ head/misc/lr/Makefile	Thu Jun 19 15:55:14 2014	(r358435)
@@ -10,7 +10,6 @@ DISTNAME=	lazyread-${PORTVERSION}
 MAINTAINER=	mich at FreeBSD.org
 COMMENT=	Lazyread can auto-scroll files on your screen in movie credit fashion
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if exists(/usr/bin/lesspipe.sh)
@@ -37,15 +36,15 @@ do-build:
 	cd ${WRKSRC}; ${CC} ${CFLAGS} -o lr lazyread.c ${LDFLAGS}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/lr ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/lr ${STAGEDIR}${PREFIX}/bin
 
 .if defined(INSTALL_LESSPIPE)
-	${INSTALL_SCRIPT} ${FILESDIR}/lesspipe.sh ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${FILESDIR}/lesspipe.sh ${STAGEDIR}${PREFIX}/bin
 .endif
 
 .if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
 .endif
 
 .include <bsd.port.post.mk>


More information about the svn-ports-head mailing list