svn commit: r382388 - head/sysutils/p5-Plugtools

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Mar 27 10:29:29 UTC 2015


Author: amdmi3
Date: Fri Mar 27 10:29:28 2015
New Revision: 382388
URL: https://svnweb.freebsd.org/changeset/ports/382388
QAT: https://qat.redports.org/buildarchive/r382388/

Log:
  - Fix shebangs
  
  Approved by:	portmgr blanket

Modified:
  head/sysutils/p5-Plugtools/Makefile

Modified: head/sysutils/p5-Plugtools/Makefile
==============================================================================
--- head/sysutils/p5-Plugtools/Makefile	Fri Mar 27 10:10:18 2015	(r382387)
+++ head/sysutils/p5-Plugtools/Makefile	Fri Mar 27 10:29:28 2015	(r382388)
@@ -3,7 +3,7 @@
 
 PORTNAME=	Plugtools
 PORTVERSION=	1.3.0
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	sysutils perl5
 MASTER_SITES=	CPAN
 MASTER_SITE_SUBDIR=	CPAN:VVELOX
@@ -22,7 +22,8 @@ RUN_DEPENDS=	p5-perl-ldap>=0:${PORTSDIR}
 		p5-File-BaseDir>=0:${PORTSDIR}/devel/p5-File-BaseDir \
 		p5-Config-IniHash>=0:${PORTSDIR}/devel/p5-Config-IniHash
 
-USES=		perl5
+USES=		perl5 shebangfix
+SHEBANG_FILES=	bin/*
 USE_PERL5=	configure
 
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list