From fea36bd2b27e273fa2bd77a019cb896cb966476a Mon Sep 17 00:00:00 2001 From: Olli Hauer Date: Sat, 31 May 2014 10:25:32 +0000 Subject: [PATCH] - add stage support with hat apache@ --- www/varnish-nagios/Makefile | 7 +++---- 1 file 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