diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 19:43:02 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 19:43:02 +0800 |
commit | 35aa2ae6fafb04315791083cc0466c17b953ba23 (patch) | |
tree | eca67edcaee37fced01294eb841d5008ffec12c4 /japanese/p5-Encode-JP-Emoji/Makefile | |
parent | a1410e954eb26118edde470192ce98939da71406 (diff) | |
download | freebsd-ports-gnome-35aa2ae6fafb04315791083cc0466c17b953ba23.tar.gz freebsd-ports-gnome-35aa2ae6fafb04315791083cc0466c17b953ba23.tar.zst freebsd-ports-gnome-35aa2ae6fafb04315791083cc0466c17b953ba23.zip |
Restore language specific package prefix. This has been erroneously removed
during the staging conversion. Sorry about the noise.
Diffstat (limited to 'japanese/p5-Encode-JP-Emoji/Makefile')
-rw-r--r-- | japanese/p5-Encode-JP-Emoji/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/japanese/p5-Encode-JP-Emoji/Makefile b/japanese/p5-Encode-JP-Emoji/Makefile index a5fc7684f712..090cb6e0e42b 100644 --- a/japanese/p5-Encode-JP-Emoji/Makefile +++ b/japanese/p5-Encode-JP-Emoji/Makefile @@ -4,7 +4,6 @@ PORTNAME= Encode-JP-Emoji PORTVERSION= 0.60 CATEGORIES= japanese perl5 MASTER_SITES= CPAN -PKGNAMEPREFIX= p5- MAINTAINER= kuriyama@FreeBSD.org COMMENT= Perl extension for Emoji encodings and cross-mapping tables @@ -12,4 +11,8 @@ COMMENT= Perl extension for Emoji encodings and cross-mapping tables USES= perl5 USE_PERL5= configure -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- + +.include <bsd.port.post.mk> |