svn commit: r343010 - head/sysutils/fpkg

Martin Wilke miwi at FreeBSD.org
Thu Feb 6 10:32:26 UTC 2014


Author: miwi
Date: Thu Feb  6 10:32:25 2014
New Revision: 343010
URL: http://svnweb.freebsd.org/changeset/ports/343010
QAT: https://qat.redports.org/buildarchive/r343010/

Log:
  - Stage support

Modified:
  head/sysutils/fpkg/Makefile

Modified: head/sysutils/fpkg/Makefile
==============================================================================
--- head/sysutils/fpkg/Makefile	Thu Feb  6 10:31:46 2014	(r343009)
+++ head/sysutils/fpkg/Makefile	Thu Feb  6 10:32:25 2014	(r343010)
@@ -18,8 +18,7 @@ NO_WRKSUBDIR=	YES
 NO_BUILD=	YES
 PLIST_FILES=	bin/fpkg
 
-NO_STAGE=	yes
 do-install:
-	@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${PREFIX}/bin/${PORTNAME}
+	@${INSTALL_SCRIPT} ${DISTDIR}/${DISTNAME} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list