diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 11:43:02 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2014-02-06 11:43:02 +0000 |
commit | 9379a75ce1dcf8b82c0aa93043a69bef21d73588 (patch) | |
tree | eca67edcaee37fced01294eb841d5008ffec12c4 /japanese/p5-Encode-JP-Mobile | |
parent | 49b8a762e304185190a187a47c2a2a1e47f9094e (diff) | |
download | ports-9379a75ce1dcf8b82c0aa93043a69bef21d73588.tar.gz ports-9379a75ce1dcf8b82c0aa93043a69bef21d73588.zip |
Notes
Diffstat (limited to 'japanese/p5-Encode-JP-Mobile')
-rw-r--r-- | japanese/p5-Encode-JP-Mobile/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/p5-Encode-JP-Mobile/Makefile b/japanese/p5-Encode-JP-Mobile/Makefile index 673394a91bc2..63d2362f2fbe 100644 --- a/japanese/p5-Encode-JP-Mobile/Makefile +++ b/japanese/p5-Encode-JP-Mobile/Makefile @@ -4,7 +4,6 @@ PORTNAME= Encode-JP-Mobile PORTVERSION= 0.30 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for encoding for mobile phones in Japan @@ -22,4 +21,8 @@ USE_PERL5= configure post-install: @${STRIP_CMD} ${STAGEDIR}${SITE_PERL}/${PERL_ARCH}/auto/Encode/JP/Mobile/Mobile.so -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> |