diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-13 02:26:23 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-13 02:26:23 +0800 |
commit | bd8120c66cc20fa9ea08fd40408d068738b382c6 (patch) | |
tree | f23ba66047bcdc6e1e8dac2a72a3487b6a94c831 | |
parent | b3791789d9a9692698b58f31867b0ab9b478658e (diff) | |
download | freebsd-ports-graphics-bd8120c66cc20fa9ea08fd40408d068738b382c6.tar.gz freebsd-ports-graphics-bd8120c66cc20fa9ea08fd40408d068738b382c6.tar.zst freebsd-ports-graphics-bd8120c66cc20fa9ea08fd40408d068738b382c6.zip |
- Add LICENSE
- Remove regression-test:
- Sort PLIST
-rw-r--r-- | chinese/p5-Encode-HanConvert/Makefile | 6 | ||||
-rw-r--r-- | chinese/p5-Encode-HanConvert/pkg-plist | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/chinese/p5-Encode-HanConvert/Makefile b/chinese/p5-Encode-HanConvert/Makefile index 8300bb231c6..71e2b10a40d 100644 --- a/chinese/p5-Encode-HanConvert/Makefile +++ b/chinese/p5-Encode-HanConvert/Makefile @@ -11,10 +11,10 @@ PKGNAMEPREFIX= p5- MAINTAINER= ports@FreeBSD.org COMMENT= Traditional and Simplified Chinese mappings +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + USES= perl5 USE_PERL5= configure -regression-test: - cd ${WRKSRC} && ${MAKE} test - .include <bsd.port.mk> diff --git a/chinese/p5-Encode-HanConvert/pkg-plist b/chinese/p5-Encode-HanConvert/pkg-plist index d8de4effe83..201e46447bd 100644 --- a/chinese/p5-Encode-HanConvert/pkg-plist +++ b/chinese/p5-Encode-HanConvert/pkg-plist @@ -1,8 +1,8 @@ bin/b2g.pl bin/g2b.pl -man/man1/b2g.pl.1.gz -man/man1/g2b.pl.1.gz %%SITE_ARCH%%/Encode/HanConvert.pm %%SITE_ARCH%%/Encode/HanConvert/Perl.pm %%SITE_ARCH%%/Encode/HanConvert/Perl.pm-orig %%SITE_ARCH%%/auto/Encode/HanConvert/HanConvert.so +man/man1/b2g.pl.1.gz +man/man1/g2b.pl.1.gz |