svn commit: r384567 - head/x11-fm/p5-PerlFM
Dmitry Marakasov
amdmi3 at FreeBSD.org
Thu Apr 23 13:22:01 UTC 2015
Author: amdmi3
Date: Thu Apr 23 13:22:01 2015
New Revision: 384567
URL: https://svnweb.freebsd.org/changeset/ports/384567
Log:
- Fix shebangs
MFH: 2015Q2
Approved by: portmgr blanket
Modified:
head/x11-fm/p5-PerlFM/Makefile
Modified: head/x11-fm/p5-PerlFM/Makefile
==============================================================================
--- head/x11-fm/p5-PerlFM/Makefile Thu Apr 23 13:22:00 2015 (r384566)
+++ head/x11-fm/p5-PerlFM/Makefile Thu Apr 23 13:22:01 2015 (r384567)
@@ -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
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>
More information about the svn-ports-head
mailing list