From f79f8b88b9e92f14315359b54c00bff01bbd65dd Mon Sep 17 00:00:00 2001 From: Kurt Jaeger Date: Thu, 24 Jul 2014 11:08:02 +0000 Subject: [PATCH] textproc/p5-Lingua-Stem-Snowball-No: shebangfix Approved by: portmgr blanket approval --- textproc/p5-Lingua-Stem-Snowball-No/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/textproc/p5-Lingua-Stem-Snowball-No/Makefile b/textproc/p5-Lingua-Stem-Snowball-No/Makefile index bbc29a00548e..34b290fc416d 100644 --- a/textproc/p5-Lingua-Stem-Snowball-No/Makefile +++ b/textproc/p5-Lingua-Stem-Snowball-No/Makefile @@ -1,8 +1,8 @@ -# Created by: Thorsten Greiner # $FreeBSD$ PORTNAME= Lingua-Stem-Snowball-No PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= CPAN MASTER_SITE_SUBDIR= CPAN:ASKSH @@ -12,7 +12,8 @@ DISTNAME= Snowball-Norwegian-${PORTVERSION} MAINTAINER= perl@FreeBSD.org COMMENT= Stemmer for Norwegian -USES= perl5 +USES= perl5 shebangfix USE_PERL5= configure +SHEBANG_FILES= bin/stemmer-no.pl .include