From 166d6c76383d542c678c131e830a840ac05c43bc Mon Sep 17 00:00:00 2001 From: Jason Helfman Date: Wed, 1 Apr 2015 22:06:12 +0000 Subject: - remove do_nada and unmute installation Approved by: portmgr (blanket) --- ports-mgmt/portconf/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'ports-mgmt/portconf') 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 -- cgit v1.2.3