aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/lsknobs
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 07:33:05 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-27 07:33:05 +0000
commit445759942315c10032856dcacefcb31fb06480ae (patch)
tree5dabb130a0afb5629f2f7b4e4e0909a72540789f /ports-mgmt/lsknobs
parente888389f6da2172555d8e0a38ea8e93427cd022f (diff)
downloadports-445759942315c10032856dcacefcb31fb06480ae.tar.gz
ports-445759942315c10032856dcacefcb31fb06480ae.zip
Support staging
Notes
Notes: svn path=/head/; revision=346239
Diffstat (limited to 'ports-mgmt/lsknobs')
-rw-r--r--ports-mgmt/lsknobs/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/ports-mgmt/lsknobs/Makefile b/ports-mgmt/lsknobs/Makefile
index 4a6dd307ad01..eb95fc9b8414 100644
--- a/ports-mgmt/lsknobs/Makefile
+++ b/ports-mgmt/lsknobs/Makefile
@@ -17,12 +17,11 @@ SUB_FILES= pkg-message ${PORTNAME}.sh
PLIST_FILES= sbin/${PORTNAME}
-NO_STAGE= yes
do-fetch:
@${DO_NADA}
do-install:
- @${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh ${PREFIX}/sbin/${PORTNAME}
- @${CAT} ${PKGMESSAGE}
+ ${INSTALL_SCRIPT} ${WRKDIR}/${PORTNAME}.sh \
+ ${STAGEDIR}${PREFIX}/sbin/${PORTNAME}
.include <bsd.port.mk>