svn commit: r355952 - head/www/varnish-nagios

Olli Hauer ohauer at FreeBSD.org
Sat May 31 10:25:32 UTC 2014


Author: ohauer
Date: Sat May 31 10:25:32 2014
New Revision: 355952
URL: http://svnweb.freebsd.org/changeset/ports/355952
QAT: https://qat.redports.org/buildarchive/r355952/

Log:
  - add stage support
  
  with hat apache@

Modified:
  head/www/varnish-nagios/Makefile

Modified: head/www/varnish-nagios/Makefile
==============================================================================
--- head/www/varnish-nagios/Makefile	Sat May 31 10:22:22 2014	(r355951)
+++ head/www/varnish-nagios/Makefile	Sat May 31 10:25:32 2014	(r355952)
@@ -12,7 +12,7 @@ COMMENT=	Nagios plugin to check status o
 
 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>


More information about the svn-ports-all mailing list