svn commit: r346047 - head/textproc/replaceit

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 16:20:33 UTC 2014


Author: ehaupt
Date: Tue Feb 25 16:20:32 2014
New Revision: 346047
URL: http://svnweb.freebsd.org/changeset/ports/346047
QAT: https://qat.redports.org/buildarchive/r346047/

Log:
  Support staging

Modified:
  head/textproc/replaceit/Makefile

Modified: head/textproc/replaceit/Makefile
==============================================================================
--- head/textproc/replaceit/Makefile	Tue Feb 25 16:17:59 2014	(r346046)
+++ head/textproc/replaceit/Makefile	Tue Feb 25 16:20:32 2014	(r346047)
@@ -17,14 +17,11 @@ MAKE_ARGS=	CC="${CC}" PRF="${CFLAGS}"
 PORTDOCS=	CHANGELOG README
 PLIST_FILES=	bin/replaceit
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${PREFIX}/bin
-.if !defined(NOPORTDOCS)
-	@${MKDIR} ${DOCSDIR}
-.for FILE in ${PORTDOCS}
-	${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
+	${INSTALL_PROGRAM} ${WRKSRC}/replaceit ${STAGEDIR}${PREFIX}/bin
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+.for f in ${PORTDOCS}
+	${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
 .endfor
-.endif
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list