aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/portconf
diff options
context:
space:
mode:
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>