svn commit: r345934 - head/ports-mgmt/pkg-rmleaf

Emanuel Haupt ehaupt at FreeBSD.org
Tue Feb 25 08:55:19 UTC 2014


Author: ehaupt
Date: Tue Feb 25 08:55:18 2014
New Revision: 345934
URL: http://svnweb.freebsd.org/changeset/ports/345934
QAT: https://qat.redports.org/buildarchive/r345934/

Log:
  Support staging

Modified:
  head/ports-mgmt/pkg-rmleaf/Makefile

Modified: head/ports-mgmt/pkg-rmleaf/Makefile
==============================================================================
--- head/ports-mgmt/pkg-rmleaf/Makefile	Tue Feb 25 08:54:31 2014	(r345933)
+++ head/ports-mgmt/pkg-rmleaf/Makefile	Tue Feb 25 08:55:18 2014	(r345934)
@@ -19,12 +19,12 @@ WRKSRC=		${WRKDIR}
 
 PLIST_FILES=	sbin/pkg-rmleaf
 
-NO_STAGE=	yes
 do-extract:
 	${MKDIR} ${WRKSRC}
 	${CP} ${FILESDIR}/pkg-rmleaf ${WRKSRC}
 
 do-install:
-	${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf ${PREFIX}/sbin/pkg-rmleaf
+	${INSTALL_SCRIPT} ${WRKSRC}/pkg-rmleaf \
+		${STAGEDIR}${PREFIX}/sbin/pkg-rmleaf
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list