aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portconf
diff options
context:
space:
mode:
authorJason Helfman <jgh@FreeBSD.org>2015-04-01 22:06:12 +0000
committerJason Helfman <jgh@FreeBSD.org>2015-04-01 22:06:12 +0000
commit166d6c76383d542c678c131e830a840ac05c43bc (patch)
treed26454bc92cd2d5bfd58c6addccc7cafd20aa7ac /ports-mgmt/portconf
parent10e2e0d999c761c40425be5849c13d50c2fa8589 (diff)
downloadports-166d6c76383d542c678c131e830a840ac05c43bc.tar.gz
ports-166d6c76383d542c678c131e830a840ac05c43bc.zip
Notes
Diffstat (limited to 'ports-mgmt/portconf')
-rw-r--r--ports-mgmt/portconf/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/ports-mgmt/portconf/Makefile b/ports-mgmt/portconf/Makefile
index 5826f71223b7..c119b63ac5b1 100644
--- a/ports-mgmt/portconf/Makefile
+++ b/ports-mgmt/portconf/Makefile
@@ -7,6 +7,7 @@ PORTREVISION= 1
CATEGORIES= ports-mgmt
MASTER_SITES= # none
DISTFILES= # none
+EXTRACT_ONLY= # none
MAINTAINER= ale@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>