svn commit: r345933 - head/ports-mgmt/managepkg

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 08:54:32 UTC 2014


Author: ehaupt
Date: Tue Feb 25 08:54:31 2014
New Revision: 345933
URL: http://svnweb.freebsd.org/changeset/ports/345933
QAT: https://qat.redports.org/buildarchive/r345933/

Log:
  Support staging

Modified:
  head/ports-mgmt/managepkg/Makefile

Modified: head/ports-mgmt/managepkg/Makefile
==============================================================================
--- head/ports-mgmt/managepkg/Makefile	Tue Feb 25 08:53:41 2014	(r345932)
+++ head/ports-mgmt/managepkg/Makefile	Tue Feb 25 08:54:31 2014	(r345933)
@@ -20,8 +20,7 @@ WRKSRC=	${WRKDIR}
 NO_BUILD=	yes
 PLIST_FILES=	sbin/managepkg
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin/
+	${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list