svn commit: r340634 - head/graphics/backfract

Antoine Brodin antoine at FreeBSD.org
Tue Jan 21 18:38:03 UTC 2014


Author: antoine
Date: Tue Jan 21 18:38:02 2014
New Revision: 340634
URL: http://svnweb.freebsd.org/changeset/ports/340634
QAT: https://qat.redports.org/buildarchive/r340634/

Log:
  Stage support

Modified:
  head/graphics/backfract/Makefile

Modified: head/graphics/backfract/Makefile
==============================================================================
--- head/graphics/backfract/Makefile	Tue Jan 21 18:35:51 2014	(r340633)
+++ head/graphics/backfract/Makefile	Tue Jan 21 18:38:02 2014	(r340634)
@@ -19,7 +19,6 @@ MAKE_JOBS_UNSAFE=	yes
 
 PLIST_FILES=	bin/backfract
 
-NO_STAGE=	yes
 post-patch:
 	@${REINPLACE_CMD} -e \
 		"/'-O3'/s|^|#| ; \
@@ -27,6 +26,6 @@ post-patch:
 		 s|linux/soundcard.h|sys/soundcard.h|" ${WRKSRC}/configure
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/backfract ${PREFIX}/bin
+	${INSTALL_PROGRAM} ${WRKSRC}/backfract ${STAGEDIR}${PREFIX}/bin
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list