svn commit: r364512 - head/net-mgmt/nagios-openldap-plugins
Antoine Brodin
antoine at FreeBSD.org
Sun Aug 10 08:29:15 UTC 2014
Author: antoine
Date: Sun Aug 10 08:29:14 2014
New Revision: 364512
URL: http://svnweb.freebsd.org/changeset/ports/364512
QAT: https://qat.redports.org/buildarchive/r364512/
Log:
Fix a stage violation and shebangfix
Modified:
head/net-mgmt/nagios-openldap-plugins/Makefile
Modified: head/net-mgmt/nagios-openldap-plugins/Makefile
==============================================================================
--- head/net-mgmt/nagios-openldap-plugins/Makefile Sun Aug 10 08:22:55 2014 (r364511)
+++ head/net-mgmt/nagios-openldap-plugins/Makefile Sun Aug 10 08:29:14 2014 (r364512)
@@ -21,8 +21,9 @@ RUN_DEPENDS= p5-perl-ldap>=0:${PORTSDIR}
PORTSCOUT= ignore:1
NO_BUILD= yes
-USES= perl5
+USES= perl5 shebangfix
USE_PERL5= run
+SHEBANG_FILES= check_*.pl
PLIST_FILES= libexec/nagios/check_berkeleydb_locks.pl \
libexec/nagios/check_ldap_dn.pl \
@@ -44,7 +45,7 @@ post-patch:
${WRKSRC}/*.pl
do-install:
- @${MKDIR} ${PREFIX}/libexec/nagios
+ @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios
@(cd ${WRKSRC} && ${COPYTREE_BIN} . ${STAGEDIR}${PREFIX}/libexec/nagios/)
.include <bsd.port.mk>
More information about the svn-ports-head
mailing list