Index: head/ports-mgmt/portconf/Makefile =================================================================== --- head/ports-mgmt/portconf/Makefile (revision 382959) +++ head/ports-mgmt/portconf/Makefile (revision 382960) @@ -1,25 +1,23 @@ # Created by: Alex Dupre # $FreeBSD$ PORTNAME= portconf PORTVERSION= 1.6 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 NO_BUILD= yes 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