diff options
author | Andrej Zverev <az@FreeBSD.org> | 2014-01-29 17:18:46 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2014-01-29 17:18:46 +0000 |
commit | af6bda5de57ed963fac78c23bff1d9b492a22b66 (patch) | |
tree | 80001254a115265464fdf0e6b36d6edc7abd59a5 /databases/p5-KyotoCabinet | |
parent | d49a8f39af11b68d4bc213cc6a967611a1fb9593 (diff) |
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=341762
Diffstat (limited to 'databases/p5-KyotoCabinet')
-rw-r--r-- | databases/p5-KyotoCabinet/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-KyotoCabinet/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-KyotoCabinet/Makefile b/databases/p5-KyotoCabinet/Makefile index fdece539da23..0f8f04c6f905 100644 --- a/databases/p5-KyotoCabinet/Makefile +++ b/databases/p5-KyotoCabinet/Makefile @@ -19,7 +19,4 @@ LIB_DEPENDS= libkyotocabinet.so:${PORTSDIR}/databases/kyotocabinet USES= perl5 USE_PERL5= configure -MAN3= KyotoCabinet.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/p5-KyotoCabinet/pkg-plist b/databases/p5-KyotoCabinet/pkg-plist index e491ade4ed67..05a55ac04f68 100644 --- a/databases/p5-KyotoCabinet/pkg-plist +++ b/databases/p5-KyotoCabinet/pkg-plist @@ -5,4 +5,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/KyotoCabinet/KyotoCabinet.so %%SITE_PERL%%/%%PERL_ARCH%%/kctest.pl %%SITE_PERL%%/%%PERL_ARCH%%/makedoc.pl +%%PERL5_MAN3%%/KyotoCabinet.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/KyotoCabinet |