diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2012-04-24 03:34:08 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2012-04-24 03:34:08 +0000 |
commit | e26bc3c6ec815b242328d86967b40a8e68446272 (patch) | |
tree | 9d8937aa797152eaa69cd212596f8f582359c764 /japanese/p5-Encode-EUCJPMS | |
parent | 18c66ff845a7006688a9dc2e1ee8e1d411a034e3 (diff) | |
download | ports-e26bc3c6ec815b242328d86967b40a8e68446272.tar.gz ports-e26bc3c6ec815b242328d86967b40a8e68446272.zip |
Notes
Diffstat (limited to 'japanese/p5-Encode-EUCJPMS')
-rw-r--r-- | japanese/p5-Encode-EUCJPMS/Makefile | 9 |
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> |