svn commit: r382960 - head/ports-mgmt/portconf
Jason Helfman
jgh at FreeBSD.org
Wed Apr 1 22:06:13 UTC 2015
Author: jgh
Date: Wed Apr 1 22:06:12 2015
New Revision: 382960
URL: https://svnweb.freebsd.org/changeset/ports/382960
Log:
- remove do_nada and unmute installation
Approved by: portmgr (blanket)
Modified:
head/ports-mgmt/portconf/Makefile
Modified: head/ports-mgmt/portconf/Makefile
==============================================================================
--- head/ports-mgmt/portconf/Makefile Wed Apr 1 21:49:59 2015 (r382959)
+++ head/ports-mgmt/portconf/Makefile Wed Apr 1 22:06:12 2015 (r382960)
@@ -7,6 +7,7 @@ PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
+EXTRACT_ONLY= # none
MAINTAINER= ale at FreeBSD.org
COMMENT= Universal tool to set specific port knobs
@@ -16,10 +17,7 @@ SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= libexec/${PORTNAME}
-do-fetch:
- @${DO_NADA}
-
do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME}
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list