diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 18:56:59 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2014-02-06 18:56:59 +0800 |
commit | edb09f2e808551675ee527fe913bc913f2b0a43a (patch) | |
tree | 72246a51fbcf4bf9353a1a461291cc0fe93a4392 /japanese | |
parent | cd290a57de28ab02a1f2e7f42a44173c27e642ad (diff) | |
download | freebsd-ports-gnome-edb09f2e808551675ee527fe913bc913f2b0a43a.tar.gz freebsd-ports-gnome-edb09f2e808551675ee527fe913bc913f2b0a43a.tar.zst freebsd-ports-gnome-edb09f2e808551675ee527fe913bc913f2b0a43a.zip |
Support staging.
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/p5-Encode-EUCJPMS/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/japanese/p5-Encode-EUCJPMS/Makefile b/japanese/p5-Encode-EUCJPMS/Makefile index 97b3e5bac32e..5aca7c494da0 100644 --- a/japanese/p5-Encode-EUCJPMS/Makefile +++ b/japanese/p5-Encode-EUCJPMS/Makefile @@ -6,6 +6,7 @@ PORTVERSION= 0.07 PORTREVISION= 2 CATEGORIES= japanese converters perl5 MASTER_SITES= CPAN +PKGNAMEPREFIX= p5- MAINTAINER= knu@FreeBSD.org COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese @@ -13,12 +14,4 @@ COMMENT= A Perl5 module defining Microsoft compatible encodings for Japanese USES= perl5 USE_PERL5= configure -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -PKGNAMEPREFIX:= ${PKGNAMEPREFIX}p5- - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |