From a7d387e1d4e2ebb946385ddfa77f90ffc70ec0a0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Wed, 9 Sep 2015 13:58:51 +0000 Subject: - Fix shebangs Approved by: portmgr blanket MFH: 2015Q3 (blanket) --- textproc/openfts/Makefile | 5 +++-- 1 file 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 -- cgit