diff options
author | ohauer <ohauer@FreeBSD.org> | 2014-05-31 18:25:32 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2014-05-31 18:25:32 +0800 |
commit | 8360914534f6c8708fb23dd98b0f201185bcefc0 (patch) | |
tree | a7a3f970cb9e5e2baf6630ddfceda9e59054618d /www | |
parent | 20c67b716178697f286f3ebb12f14adebd56bee8 (diff) | |
download | freebsd-ports-gnome-8360914534f6c8708fb23dd98b0f201185bcefc0.tar.gz freebsd-ports-gnome-8360914534f6c8708fb23dd98b0f201185bcefc0.tar.zst freebsd-ports-gnome-8360914534f6c8708fb23dd98b0f201185bcefc0.zip |
- add stage support
with hat apache@
Diffstat (limited to 'www')
-rw-r--r-- | www/varnish-nagios/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/www/varnish-nagios/Makefile b/www/varnish-nagios/Makefile index 5dddd03029e3..a2ab5c16d76b 100644 --- a/www/varnish-nagios/Makefile +++ b/www/varnish-nagios/Makefile @@ -12,7 +12,7 @@ COMMENT= Nagios plugin to check status of Varnish BUILD_DEPENDS= ${LOCALBASE}/include/varnish/varnishapi.h:${PORTSDIR}/www/varnish -LICENSE= BSD +LICENSE= BSD2CLAUSE GNU_CONFIGURE= yes @@ -21,9 +21,8 @@ USES= pkgconfig PLIST_DIRSTRY= libexec/nagios PLIST_FILES= libexec/nagios/check_varnish -NO_STAGE= yes do-install: - @${MKDIR} ${PREFIX}/libexec/nagios - ${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${PREFIX}/libexec/nagios + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios + ${INSTALL_SCRIPT} ${WRKSRC}/check_varnish ${STAGEDIR}${PREFIX}/libexec/nagios .include <bsd.port.mk> |