Index: head/ports-mgmt/lsknobs/Makefile =================================================================== --- head/ports-mgmt/lsknobs/Makefile (revision 382960) +++ head/ports-mgmt/lsknobs/Makefile (revision 382961) @@ -1,27 +1,25 @@ # Created by: Gabriel Linder # $FreeBSD$ PORTNAME= lsknobs PORTVERSION= 1.0 CATEGORIES= ports-mgmt MASTER_SITES= # none DISTFILES= # none +EXTRACT_ONLY= # none MAINTAINER= linder.gabriel@gmail.com COMMENT= Simple script to help configure ports knobs and options RUN_DEPENDS= ${LOCALBASE}/libexec/portconf:${PORTSDIR}/ports-mgmt/portconf NO_BUILD= yes SUB_FILES= pkg-message ${PORTNAME}.sh PLIST_FILES= sbin/${PORTNAME} - -do-fetch: - @${DO_NADA} do-install: ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME} .include