diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-03-06 01:27:25 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-03-06 01:27:25 +0800 |
commit | 73f35ce1f643b57577c72fb8ccfb0d9347c57a71 (patch) | |
tree | 545a3139632c2462084e0d61c739aa89ee54c19f | |
parent | e06b8ffca416dc8fee61466ad02303e42d5258c6 (diff) | |
download | freebsd-ports-graphics-73f35ce1f643b57577c72fb8ccfb0d9347c57a71.tar.gz freebsd-ports-graphics-73f35ce1f643b57577c72fb8ccfb0d9347c57a71.tar.zst freebsd-ports-graphics-73f35ce1f643b57577c72fb8ccfb0d9347c57a71.zip |
- Add LICENSE
- Remove outdated post-patch:
- Sort PLIST
-rw-r--r-- | textproc/p5-Tree-Suffix/Makefile | 6 | ||||
-rw-r--r-- | textproc/p5-Tree-Suffix/pkg-plist | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/textproc/p5-Tree-Suffix/Makefile b/textproc/p5-Tree-Suffix/Makefile index 2f9dcb49f83..68b28c3076b 100644 --- a/textproc/p5-Tree-Suffix/Makefile +++ b/textproc/p5-Tree-Suffix/Makefile @@ -10,6 +10,9 @@ PKGNAMEPREFIX= p5- MAINTAINER= perl@FreeBSD.org COMMENT= Perl interface to the libstree library +LICENSE= ART10 GPLv1 +LICENSE_COMB= dual + BUILD_DEPENDS= p5-Devel-CheckLib>=0:${PORTSDIR}/devel/p5-Devel-CheckLib LIB_DEPENDS= libstree.so:${PORTSDIR}/textproc/libstree @@ -17,7 +20,4 @@ USES= perl5 USE_PERL5= configure CFLAGS+= -I${LOCALBASE}/include -post-patch: - ${RM} -rf ${WRKSRC}/inc - .include <bsd.port.mk> diff --git a/textproc/p5-Tree-Suffix/pkg-plist b/textproc/p5-Tree-Suffix/pkg-plist index e42f52506c5..e30b6ed302b 100644 --- a/textproc/p5-Tree-Suffix/pkg-plist +++ b/textproc/p5-Tree-Suffix/pkg-plist @@ -1,3 +1,3 @@ -%%SITE_ARCH%%/auto/Tree/Suffix/Suffix.so %%SITE_ARCH%%/Tree/Suffix.pm +%%SITE_ARCH%%/auto/Tree/Suffix/Suffix.so %%PERL5_MAN3%%/Tree::Suffix.3.gz |