Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Jul 2014 11:08:02 +0000 (UTC)
From:      Kurt Jaeger <pi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r362781 - head/textproc/p5-Lingua-Stem-Snowball-No
Message-ID:  <201407241108.s6OB82Gc072219@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pi
Date: Thu Jul 24 11:08:02 2014
New Revision: 362781
URL: http://svnweb.freebsd.org/changeset/ports/362781
QAT: https://qat.redports.org/buildarchive/r362781/

Log:
  textproc/p5-Lingua-Stem-Snowball-No: shebangfix
  
  Approved by:	portmgr blanket approval

Modified:
  head/textproc/p5-Lingua-Stem-Snowball-No/Makefile

Modified: head/textproc/p5-Lingua-Stem-Snowball-No/Makefile
==============================================================================
--- head/textproc/p5-Lingua-Stem-Snowball-No/Makefile	Thu Jul 24 11:06:32 2014	(r362780)
+++ head/textproc/p5-Lingua-Stem-Snowball-No/Makefile	Thu Jul 24 11:08:02 2014	(r362781)
@@ -1,8 +1,8 @@
-# Created by: Thorsten Greiner <thorsten.greiner@web.de>
 # $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-${PORTVERSI
 MAINTAINER=	perl@FreeBSD.org
 COMMENT=	Stemmer for Norwegian
 
-USES=		perl5
+USES=		perl5 shebangfix
 USE_PERL5=	configure
+SHEBANG_FILES=	bin/stemmer-no.pl
 
 .include <bsd.port.mk>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241108.s6OB82Gc072219>