From owner-svn-ports-head@FreeBSD.ORG Sun Aug 10 08:29:15 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 32268AF2 for ; Sun, 10 Aug 2014 08:29:15 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 06780272D for ; Sun, 10 Aug 2014 08:29:15 +0000 (UTC) Received: from antoine (uid 1152) (envelope-from antoine@FreeBSD.org) id 2e6a by svn.freebsd.org (DragonFly Mail Agent v0.9+); Sun, 10 Aug 2014 08:29:14 +0000 From: Antoine Brodin Date: Sun, 10 Aug 2014 08:29:14 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r364512 - head/net-mgmt/nagios-openldap-plugins X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Message-Id: <53e72d5a.2e6a.158ffff4@svn.freebsd.org> X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Aug 2014 08:29:15 -0000 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