aboutsummaryrefslogtreecommitdiff
path: root/japanese/p5-Lingua-JA-Moji
diff options
context:
space:
mode:
authorKoichiro Iwao <meta@FreeBSD.org>2018-07-11 05:50:47 +0000
committerKoichiro Iwao <meta@FreeBSD.org>2018-07-11 05:50:47 +0000
commit6722e7bb90873e9ca1fc431c17af5a6e2c3513d8 (patch)
tree7be543660ef5eef26d76b242d0500cac351c5d57 /japanese/p5-Lingua-JA-Moji
parente972c1b933e84a4a4d77db1d2743c10d43e6f536 (diff)
downloadports-6722e7bb90873e9ca1fc431c17af5a6e2c3513d8.tar.gz
ports-6722e7bb90873e9ca1fc431c17af5a6e2c3513d8.zip
japanese/p5-Lingua-*: fix duplicate p5-p5- PKGNAMEPREFIX
japanese/p5-Lingua-JA-Moji had duplicate p5-p5- prefix and japanese/p5-Lingua-JA-Numbers didn't have ja- prefix. Set ja-p5- prefix to all Lingua ports under Japanese category. PR: 229184 Submitted by: Tomohiro Hosaka <bokutin@bokut.in> (initial version) Reviewed by: pi, mat Approved by: pi (mentor) Differential Revision: https://reviews.freebsd.org/D16002
Notes
Notes: svn path=/head/; revision=474424
Diffstat (limited to 'japanese/p5-Lingua-JA-Moji')
-rw-r--r--japanese/p5-Lingua-JA-Moji/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/japanese/p5-Lingua-JA-Moji/Makefile b/japanese/p5-Lingua-JA-Moji/Makefile
index ac1719e13c08..d9e673bcf3ec 100644
--- a/japanese/p5-Lingua-JA-Moji/Makefile
+++ b/japanese/p5-Lingua-JA-Moji/Makefile
@@ -4,7 +4,6 @@ PORTNAME= Lingua-JA-Moji
PORTVERSION= 0.36
CATEGORIES= japanese perl5
MASTER_SITES= CPAN
-PKGNAMEPREFIX= p5-
MAINTAINER= kuriyama@FreeBSD.org
COMMENT= Perl extension to handle many kinds of Japanese characters
@@ -21,5 +20,7 @@ USE_PERL5= configure
NO_ARCH= YES
.include <bsd.port.pre.mk>
+
PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
.include <bsd.port.post.mk>