aboutsummaryrefslogtreecommitdiff
path: root/textproc/openfts
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-09 13:58:51 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-09 13:58:51 +0000
commit84418c5e5199646feda6436ba72d96cc046bffa9 (patch)
tree1124e612a303b4cd056189a0b8b57f9f14dafa85 /textproc/openfts
parent52cf8dcdf53545a76b0ad96584d53e1e96b4e24d (diff)
downloadports-84418c5e5199646feda6436ba72d96cc046bffa9.tar.gz
ports-84418c5e5199646feda6436ba72d96cc046bffa9.zip
- Fix shebangs
Approved by: portmgr blanket MFH: 2015Q3 (blanket)
Notes
Notes: svn path=/head/; revision=396494
Diffstat (limited to 'textproc/openfts')
-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