aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--japanese/p5-Encode-EUCJPMS/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/japanese/p5-Encode-EUCJPMS/Makefile b/japanese/p5-Encode-EUCJPMS/Makefile
index d5761eee1810..0d5e9a322d65 100644
--- a/japanese/p5-Encode-EUCJPMS/Makefile
+++ b/japanese/p5-Encode-EUCJPMS/Makefile
@@ -7,10 +7,9 @@
PORTNAME= Encode-EUCJPMS
PORTVERSION= 0.07
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= japanese converters perl5
MASTER_SITES= CPAN
-PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
MAINTAINER= knu@FreeBSD.org
COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese
@@ -20,4 +19,8 @@ PERL_CONFIGURE= yes
post-install:
@${CAT} ${PKGMESSAGE}
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5-
+
+.include <bsd.port.post.mk>