diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 16:04:38 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-21 16:04:38 +0000 |
commit | 8d7b00ea19734ccd9a21874444e473a0613cf3be (patch) | |
tree | 085eeea2f267b60135f65f127052f676bf0425bd /net-mgmt | |
parent | 261e7e0c4ea6511cc665bb98644ed3b0116806bb (diff) | |
download | ports-8d7b00ea19734ccd9a21874444e473a0613cf3be.tar.gz ports-8d7b00ea19734ccd9a21874444e473a0613cf3be.zip |
Support staging
Notes
Notes:
svn path=/head/; revision=345513
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/nagios-check_cpu_usage/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-mgmt/nagios-check_cpu_usage/Makefile b/net-mgmt/nagios-check_cpu_usage/Makefile index c3a2e60dcf84..28b2000ecba7 100644 --- a/net-mgmt/nagios-check_cpu_usage/Makefile +++ b/net-mgmt/nagios-check_cpu_usage/Makefile @@ -15,9 +15,9 @@ NO_BUILD= yes PLIST_DIRSTRY= libexec/nagios PLIST_FILES= libexec/nagios/check_cpu_usage -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/libexec/nagios - @${INSTALL_SCRIPT} ${.CURDIR}/src/check_cpu_usage ${PREFIX}/libexec/nagios + ${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios + ${INSTALL_SCRIPT} ${.CURDIR}/src/check_cpu_usage \ + ${STAGEDIR}${PREFIX}/libexec/nagios .include <bsd.port.mk> |