diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 23:10:50 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-30 23:10:50 +0800 |
commit | cbafc02fff4f36509cffe6ddfa0ffda09291db5d (patch) | |
tree | c72fb7810d38653bef306afe04e08b8b0a1e87c2 /chinese/p5-cconv | |
parent | 3a48cb25a74ad33987f8894f0fe9c3fc52c1f693 (diff) | |
download | freebsd-ports-gnome-cbafc02fff4f36509cffe6ddfa0ffda09291db5d.tar.gz freebsd-ports-gnome-cbafc02fff4f36509cffe6ddfa0ffda09291db5d.tar.zst freebsd-ports-gnome-cbafc02fff4f36509cffe6ddfa0ffda09291db5d.zip |
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
Diffstat (limited to 'chinese/p5-cconv')
-rw-r--r-- | chinese/p5-cconv/Makefile | 5 | ||||
-rw-r--r-- | chinese/p5-cconv/pkg-plist | 1 |
2 files changed, 2 insertions, 4 deletions
diff --git a/chinese/p5-cconv/Makefile b/chinese/p5-cconv/Makefile index 7f2d858091ef..89101912d842 100644 --- a/chinese/p5-cconv/Makefile +++ b/chinese/p5-cconv/Makefile @@ -11,13 +11,10 @@ DISTNAME= ${PORTNAME}-perl-${PORTVERSION} MAINTAINER= sunpoet@FreeBSD.org COMMENT= Perl wrapper for chinese/cconv -LIB_DEPENDS= cconv:${PORTSDIR}/chinese/cconv +LIB_DEPENDS= libcconv.so:${PORTSDIR}/chinese/cconv CFLAGS+= -I${LOCALBASE}/include USE_PERL5= configure USES= perl5 -MAN3= ${PORTNAME}.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/chinese/p5-cconv/pkg-plist b/chinese/p5-cconv/pkg-plist index 2392ae0e7e1b..ef92e939386d 100644 --- a/chinese/p5-cconv/pkg-plist +++ b/chinese/p5-cconv/pkg-plist @@ -3,4 +3,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/cconv/autosplit.ix %%SITE_PERL%%/%%PERL_ARCH%%/auto/cconv/cconv.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/cconv/cconv.so +%%PERL5_MAN3%%/cconv.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/cconv |