aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 00:56:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-16 00:56:30 +0000
commit494ef871ac2f8aee3f0124c1ea4c4ac02ffe393c (patch)
tree539cffac53e6f45f278101708d27a21a1c73f641
parent43bde98e5aeab3871ef9dfa0e7ba9ef940690a1a (diff)
downloadports-494ef871ac2f8aee3f0124c1ea4c4ac02ffe393c.tar.gz
ports-494ef871ac2f8aee3f0124c1ea4c4ac02ffe393c.zip
MFH: r387860
- Fix shebangs Approved by: portmgr blanket Approved by: ports-secteam (shebang fix blanket)
Notes
Notes: svn path=/branches/2015Q2/; revision=389795
-rw-r--r--databases/p5-CDB_File/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/p5-CDB_File/Makefile b/databases/p5-CDB_File/Makefile
index 94403814f7ca..34aa9181bc39 100644
--- a/databases/p5-CDB_File/Makefile
+++ b/databases/p5-CDB_File/Makefile
@@ -3,7 +3,7 @@
PORTNAME= CDB_File
PORTVERSION= 0.97
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= databases perl5
MASTER_SITES= CPAN
PKGNAMEPREFIX= p5-
@@ -11,7 +11,8 @@ PKGNAMEPREFIX= p5-
MAINTAINER= nistor@snickers.org
COMMENT= Perl5 interface to the CDB package
-USES= perl5
+USES= perl5 shebangfix
+SHEBANG_FILES= bun-x.pl
USE_PERL5= configure
.include <bsd.port.mk>