Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Apr 2009 23:38:13 +0900 (JST)
From:      TERAMOTO Masahiro <markun@onohara.to>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/133706: [MAINTAINER] japanese/p5-Lingua-JA-Summarize-Extract: change Makefile (PKGNAMEPREFIX style)
Message-ID:  <20090413143813.695322845B@gate.onohara.to>
Resent-Message-ID: <200904131440.n3DEe56T074732@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         133706
>Category:       ports
>Synopsis:       [MAINTAINER] japanese/p5-Lingua-JA-Summarize-Extract: change Makefile (PKGNAMEPREFIX style)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 13 14:40:04 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     TERAMOTO Masahiro
>Release:        FreeBSD 6.4-RELEASE-p1 i386
>Organization:
>Environment:
System: FreeBSD gate.onohara.to 6.4-RELEASE-p1 FreeBSD 6.4-RELEASE-p1 #0: Sun Dec 21 07:56:41 UTC 2008
>Description:
change Makefile (PKGNAMEPREFIX style)

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- p5-Lingua-JA-Summarize-Extract-0.02.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/japanese/p5-Lingua-JA-Summarize-Extract/Makefile /home/markun/work/ports/p5-Lingua-JA-Summarize-Extract/Makefile
--- /usr/ports/japanese/p5-Lingua-JA-Summarize-Extract/Makefile	2008-06-12 08:33:20.000000000 +0900
+++ /home/markun/work/ports/p5-Lingua-JA-Summarize-Extract/Makefile	2009-04-13 23:35:11.000000000 +0900
@@ -9,7 +9,6 @@
 PORTVERSION=	0.02
 CATEGORIES=	japanese textproc perl5
 MASTER_SITES=	CPAN
-PKGNAMEPREFIX=	ja-p5-
 
 MAINTAINER=	markun@onohara.to
 COMMENT=	summary generator for Japanese
@@ -27,4 +26,8 @@
 		Lingua::JA::Summarize::Extract.3 \
 		Lingua::JA::Summarize::Extract::Plugin::Parser::NgramSimple.3
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:=	${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>
--- p5-Lingua-JA-Summarize-Extract-0.02.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



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