Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 31 May 2014 10:25:32 +0000 (UTC)
From:      Olli Hauer <ohauer@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r355952 - head/www/varnish-nagios
Message-ID:  <201405311025.s4VAPWw6037583@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405311025.s4VAPWw6037583>