aboutsummaryrefslogtreecommitdiffstats
path: root/x11-fm
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-04-23 21:22:01 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-04-23 21:22:01 +0800
commitc494968262d3528178e68cc1b078d225f0f159d1 (patch)
tree6136a40a21da7c973a0416757ed54b70d9ce7dfb /x11-fm
parent87c4c7e199067c4598ba4466c91b3fb3a8d4618d (diff)
downloadfreebsd-ports-gnome-c494968262d3528178e68cc1b078d225f0f159d1.tar.gz
freebsd-ports-gnome-c494968262d3528178e68cc1b078d225f0f159d1.tar.zst
freebsd-ports-gnome-c494968262d3528178e68cc1b078d225f0f159d1.zip
- Fix shebangs
MFH: 2015Q2 Approved by: portmgr blanket
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/p5-PerlFM/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/p5-PerlFM/Makefile b/x11-fm/p5-PerlFM/Makefile
index 3364e7dfb27f..0000e91e8dc1 100644
--- a/x11-fm/p5-PerlFM/Makefile
+++ b/x11-fm/p5-PerlFM/Makefile
@@ -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>