svn commit: r345935 - head/ports-mgmt/portsopt

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 08:56:14 UTC 2014


Author: ehaupt
Date: Tue Feb 25 08:56:13 2014
New Revision: 345935
URL: http://svnweb.freebsd.org/changeset/ports/345935
QAT: https://qat.redports.org/buildarchive/r345935/

Log:
  Support staging

Modified:
  head/ports-mgmt/portsopt/Makefile

Modified: head/ports-mgmt/portsopt/Makefile
==============================================================================
--- head/ports-mgmt/portsopt/Makefile	Tue Feb 25 08:55:18 2014	(r345934)
+++ head/ports-mgmt/portsopt/Makefile	Tue Feb 25 08:56:13 2014	(r345935)
@@ -13,8 +13,7 @@ NO_BUILD=	yes
 
 PLIST_FILES=	sbin/portsopt
 
-NO_STAGE=	yes
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${PREFIX}/sbin
+	${INSTALL_SCRIPT} ${WRKSRC}/portsopt ${STAGEDIR}${PREFIX}/sbin
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list