svn commit: r346239 - head/ports-mgmt/lsknobs

Emanuel Haupt ehaupt at FreeBSD.org
Thu Feb 27 07:33:06 UTC 2014


Author: ehaupt
Date: Thu Feb 27 07:33:05 2014
New Revision: 346239
URL: http://svnweb.freebsd.org/changeset/ports/346239
QAT: https://qat.redports.org/buildarchive/r346239/

Log:
  Support staging

Modified:
  head/ports-mgmt/lsknobs/Makefile

Modified: head/ports-mgmt/lsknobs/Makefile
==============================================================================
--- head/ports-mgmt/lsknobs/Makefile	Thu Feb 27 07:32:00 2014	(r346238)
+++ head/ports-mgmt/lsknobs/Makefile	Thu Feb 27 07:33:05 2014	(r346239)
@@ -17,12 +17,11 @@ SUB_FILES=	pkg-message ${PORTNAME}.sh
 
 PLIST_FILES=	sbin/${PORTNAME}
 
-NO_STAGE=	yes
 do-fetch:
 	@${DO_NADA}
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME}
-	@${CAT} ${PKGMESSAGE}
+	${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
+		${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list