aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:45:18 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-28 17:45:18 +0000
commit05b2f68ccc3ed2b02ec1949fb09342ab3526febc (patch)
tree9d4be56cd21c47c1f4241a8fd9b7ad58b29ed929 /ports-mgmt
parent60e80a8047ad047001f03016df2725e9503ca23d (diff)
downloadports-05b2f68ccc3ed2b02ec1949fb09342ab3526febc.tar.gz
ports-05b2f68ccc3ed2b02ec1949fb09342ab3526febc.zip
Notes
Diffstat (limited to 'ports-mgmt')
-rw-r--r--ports-mgmt/portconf/Makefile9
1 files changed, 2 insertions, 7 deletions
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 <bsd.port.mk>