svn commit: r337886 - head/ports-mgmt/portconf

Baptiste Daroussin bapt at FreeBSD.org
Sat Dec 28 17:45:19 UTC 2013


Author: bapt
Date: Sat Dec 28 17:45:18 2013
New Revision: 337886
URL: http://svnweb.freebsd.org/changeset/ports/337886

Log:
  Support stage

Modified:
  head/ports-mgmt/portconf/Makefile

Modified: head/ports-mgmt/portconf/Makefile
==============================================================================
--- head/ports-mgmt/portconf/Makefile	Sat Dec 28 17:43:14 2013	(r337885)
+++ head/ports-mgmt/portconf/Makefile	Sat Dec 28 17:45:18 2013	(r337886)
@@ -9,22 +9,17 @@ MASTER_SITES=	# none
 DISTFILES=	# none
 
 MAINTAINER=	ale at FreeBSD.org
-COMMENT=	A universal tool to set specific port knobs
+COMMENT=	Universal tool to set specific port knobs
 
 NO_BUILD=	yes
 SUB_FILES=	pkg-message ${PORTNAME}.sh
 
 PLIST_FILES=	libexec/${PORTNAME}
 
-NO_STAGE=	yes
 do-fetch:
 	@${DO_NADA}
 
 do-install:
-	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/libexec/${PORTNAME}
-.if !defined(PACKAGE_BUILDING)
-	@${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
-.endif
-	@${CAT} ${PKGMESSAGE}
+	@${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list