Date: Fri, 14 Mar 2014 08:54:14 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348183 - head/net-mgmt/nagios-geom Message-ID: <201403140854.s2E8sElE085476@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403140854.s2E8sElE085476>