- Fix shebangs

MFH:		2015Q2
Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-04-23 13:22:01 +00:00
parent 34747538a3
commit 8b741889ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=384567

View file

@ -3,7 +3,7 @@
PORTNAME= PerlFM
PORTVERSION= 0.2.0
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= x11-fm perl5
MASTER_SITES= CPAN
MASTER_SITE_SUBDIR= CPAN:VVELOX
@ -22,7 +22,8 @@ BUILD_DEPENDS= p5-Gtk2>=1.060:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
p5-Dir-Watch>=0.0.0:${PORTSDIR}/devel/p5-Dir-Watch
RUN_DEPENDS:= ${BUILD_DEPENDS}
USES= perl5
USES= perl5 shebangfix
SHEBANG_FILES= bin/pfm
USE_PERL5= configure
.include <bsd.port.mk>