diff --git a/ports-mgmt/portconf/Makefile b/ports-mgmt/portconf/Makefile index a93f8cb89d83..5826f71223b7 100644 --- a/ports-mgmt/portconf/Makefile +++ b/ports-mgmt/portconf/Makefile @@ -9,22 +9,17 @@ MASTER_SITES= # none DISTFILES= # none MAINTAINER= ale@FreeBSD.org -COMMENT= A universal tool to set specific port knobs +COMMENT= Universal tool to set specific port knobs NO_BUILD= yes SUB_FILES= pkg-message ${PORTNAME}.sh PLIST_FILES= libexec/${PORTNAME} -NO_STAGE= yes do-fetch: @${DO_NADA} do-install: - @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/libexec/${PORTNAME} -.if !defined(PACKAGE_BUILDING) - @${SETENV} PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.endif - @${CAT} ${PKGMESSAGE} + @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} .include