svn commit: r346049 - head/textproc/ripole

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


Author: ehaupt
Date: Tue Feb 25 17:20:25 2014
New Revision: 346049
URL: http://svnweb.freebsd.org/changeset/ports/346049
QAT: https://qat.redports.org/buildarchive/r346049/

Log:
  Support staging

Modified:
  head/textproc/ripole/Makefile

Modified: head/textproc/ripole/Makefile
==============================================================================
--- head/textproc/ripole/Makefile	Tue Feb 25 16:50:34 2014	(r346048)
+++ head/textproc/ripole/Makefile	Tue Feb 25 17:20:25 2014	(r346049)
@@ -13,11 +13,10 @@ ALL_TARGET=	default
 
 PLIST_FILES=	bin/ripole
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e '/^CFLAGS/d' ${WRKSRC}/Makefile
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list