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-TokyoCabinet | |
parent | d49a8f39af11b68d4bc213cc6a967611a1fb9593 (diff) |
- add stage support
Approved by: portmgr (blanket infrastructure)
Notes
Notes:
svn path=/head/; revision=341762
Diffstat (limited to 'databases/p5-TokyoCabinet')
-rw-r--r-- | databases/p5-TokyoCabinet/Makefile | 3 | ||||
-rw-r--r-- | databases/p5-TokyoCabinet/pkg-plist | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/databases/p5-TokyoCabinet/Makefile b/databases/p5-TokyoCabinet/Makefile index 088776942418..c32416f728ae 100644 --- a/databases/p5-TokyoCabinet/Makefile +++ b/databases/p5-TokyoCabinet/Makefile @@ -17,7 +17,4 @@ LIB_DEPENDS= libtokyocabinet.so:${PORTSDIR}/databases/tokyocabinet USES= perl5 USE_PERL5= configure -MAN3= TokyoCabinet.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/p5-TokyoCabinet/pkg-plist b/databases/p5-TokyoCabinet/pkg-plist index 3e06de4c90d1..3fa6da862f9e 100644 --- a/databases/p5-TokyoCabinet/pkg-plist +++ b/databases/p5-TokyoCabinet/pkg-plist @@ -9,4 +9,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/tcftest.pl %%SITE_PERL%%/%%PERL_ARCH%%/tchtest.pl %%SITE_PERL%%/%%PERL_ARCH%%/tcttest.pl +%%PERL5_MAN3%%/TokyoCabinet.3.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/TokyoCabinet |