svn commit: r345038 - head/devel/funnelweb

Emanuel Haupt ehaupt at FreeBSD.org
Wed Feb 19 09:10:02 UTC 2014


Author: ehaupt
Date: Wed Feb 19 09:10:01 2014
New Revision: 345038
URL: http://svnweb.freebsd.org/changeset/ports/345038
QAT: https://qat.redports.org/buildarchive/r345038/

Log:
  Support staging

Modified:
  head/devel/funnelweb/Makefile

Modified: head/devel/funnelweb/Makefile
==============================================================================
--- head/devel/funnelweb/Makefile	Wed Feb 19 09:03:04 2014	(r345037)
+++ head/devel/funnelweb/Makefile	Wed Feb 19 09:10:01 2014	(r345038)
@@ -13,7 +13,6 @@ COMMENT=	A powerful literate-programming
 PLIST_FILES=	bin/fw
 WRKSRC=		fw_src/source
 
-NO_STAGE=	yes
 do-build:
 	cd ${WRKDIR}/${WRKSRC} && { \
 		${CC} ${CFLAGS} -c *.c && \
@@ -21,6 +20,6 @@ do-build:
 		}
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/${WRKSRC}/fw ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKDIR}/${WRKSRC}/fw ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list