svn commit: r355054 - head/sysutils/env4801

Raphael Kubo da Costa rakuco at FreeBSD.org
Sat May 24 17:12:13 UTC 2014


Author: rakuco
Date: Sat May 24 17:12:13 2014
New Revision: 355054
URL: http://svnweb.freebsd.org/changeset/ports/355054
QAT: https://qat.redports.org/buildarchive/r355054/

Log:
  Support staging.
  
  PR:		ports/190077
  Submitted by:	freebsd at nagilum.org
  Approved by:	"Patrick M. Hausen" <pmh at hausen.com> (maintainer)

Modified:
  head/sysutils/env4801/Makefile

Modified: head/sysutils/env4801/Makefile
==============================================================================
--- head/sysutils/env4801/Makefile	Sat May 24 17:02:46 2014	(r355053)
+++ head/sysutils/env4801/Makefile	Sat May 24 17:12:13 2014	(r355054)
@@ -26,7 +26,6 @@ OPTIONS_DEFINE=	STATIC
 OPTIONS_DEFAULT=	STATIC
 STATIC_DESC=	Build a statically linked executable
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -39,8 +38,8 @@ post-extract:
 		${FILESDIR}/env4801.sh > ${WRKSRC}/env4801.sh
 
 do-install:
-	${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${PREFIX}/sbin
-	${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${PREFIX}/etc/rc.d
+	${INSTALL_PROGRAM} ${WRKSRC}/env4801 ${STAGEDIR}${PREFIX}/sbin
+	${INSTALL_SCRIPT} ${WRKSRC}/env4801.sh ${STAGEDIR}${PREFIX}/etc/rc.d
 
 post-install:
 	@${SED} ${RC_SCRIPTS_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${PKGMESSAGE}


More information about the svn-ports-all mailing list