aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-09-09 21:58:51 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-09-09 21:58:51 +0800
commita7d387e1d4e2ebb946385ddfa77f90ffc70ec0a0 (patch)
tree1124e612a303b4cd056189a0b8b57f9f14dafa85
parent4a4d0bbde09ebcd2fdf266dde2119385a48673ec (diff)
downloadfreebsd-ports-gnome-a7d387e1d4e2ebb946385ddfa77f90ffc70ec0a0.tar.gz
freebsd-ports-gnome-a7d387e1d4e2ebb946385ddfa77f90ffc70ec0a0.tar.zst
freebsd-ports-gnome-a7d387e1d4e2ebb946385ddfa77f90ffc70ec0a0.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
-rw-r--r--textproc/openfts/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/textproc/openfts/Makefile b/textproc/openfts/Makefile
index f0ecf8d1a93c..14e843ac5277 100644
--- a/textproc/openfts/Makefile
+++ b/textproc/openfts/Makefile
@@ -2,7 +2,7 @@
PORTNAME= openfts
PORTVERSION= 0.40
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= textproc perl5
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/OpenFTS-perl%2C%20v${PORTVERSION}
DISTNAME= Search-OpenFTS-${PORTVERSION}
@@ -12,7 +12,8 @@ COMMENT= Open Source Full Text Search engine
RUN_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg
-USES+= perl5 pgsql
+USES+= perl5 pgsql shebangfix
+SHEBANG_FILES= examples/*.pl examples/parser/*.pl
USE_PERL5= configure
WANT_PGSQL= contrib