svn commit: r348183 - head/net-mgmt/nagios-geom

Emanuel Haupt ehaupt at FreeBSD.org
Fri Mar 14 08:54:14 UTC 2014


Author: ehaupt
Date: Fri Mar 14 08:54:13 2014
New Revision: 348183
URL: http://svnweb.freebsd.org/changeset/ports/348183
QAT: https://qat.redports.org/buildarchive/r348183/

Log:
  - Support staging
  - Use shebangfix

Modified:
  head/net-mgmt/nagios-geom/Makefile

Modified: head/net-mgmt/nagios-geom/Makefile
==============================================================================
--- head/net-mgmt/nagios-geom/Makefile	Fri Mar 14 08:50:15 2014	(r348182)
+++ head/net-mgmt/nagios-geom/Makefile	Fri Mar 14 08:54:13 2014	(r348183)
@@ -12,14 +12,16 @@ DISTNAME=	check_geom-${PORTVERSION}
 MAINTAINER=	rea at FreeBSD.org
 COMMENT=	Nagios plug-in to get geom(8) components status
 
-USES=		perl5
+USES=		perl5 shebangfix
 NO_WRKSUBDIR=	yes
 NO_BUILD=	yes
 PATCH_STRIP=	-p1
 
-NO_STAGE=	yes
+SHEBANG_FILES=	check_geom
+
 do-install:
-	@${MKDIR} ${PREFIX}/libexec/nagios
-	${INSTALL_SCRIPT} ${WRKSRC}/check_geom ${PREFIX}/libexec/nagios
+	@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
+	${INSTALL_SCRIPT} ${WRKSRC}/check_geom \
+		${STAGEDIR}${PREFIX}/libexec/nagios
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list