diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 15:27:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-30 15:27:05 +0000 |
commit | ab8054739ec086e4e8a87b2a2f1f1d1207b4db27 (patch) | |
tree | 195252b8f198541dc33ffbb60c35c5d07ae2fdd6 /databases/p5-AnyEvent-CouchDB | |
parent | 61494fc2221d6421b7fde82d87d25416b3aab604 (diff) |
Notes
Diffstat (limited to 'databases/p5-AnyEvent-CouchDB')
-rw-r--r-- | databases/p5-AnyEvent-CouchDB/Makefile | 7 | ||||
-rw-r--r-- | databases/p5-AnyEvent-CouchDB/pkg-plist | 5 |
2 files changed, 5 insertions, 7 deletions
diff --git a/databases/p5-AnyEvent-CouchDB/Makefile b/databases/p5-AnyEvent-CouchDB/Makefile index 891334ae0403..baf6b7557fbe 100644 --- a/databases/p5-AnyEvent-CouchDB/Makefile +++ b/databases/p5-AnyEvent-CouchDB/Makefile @@ -25,11 +25,4 @@ BUILD_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= configure USES= perl5 -MAN1= couchdb-push.1 -MAN3= AnyEvent::CouchDB.3 \ - AnyEvent::CouchDB::Database.3 \ - AnyEvent::CouchDB::Exceptions.3 \ - AnyEvent::CouchDB::Stream.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/databases/p5-AnyEvent-CouchDB/pkg-plist b/databases/p5-AnyEvent-CouchDB/pkg-plist index 140ea236a0c3..801046321c0f 100644 --- a/databases/p5-AnyEvent-CouchDB/pkg-plist +++ b/databases/p5-AnyEvent-CouchDB/pkg-plist @@ -4,6 +4,11 @@ bin/couchdb-push %%SITE_PERL%%/AnyEvent/CouchDB/Exceptions.pm %%SITE_PERL%%/AnyEvent/CouchDB/Stream.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/CouchDB/.packlist +%%PERL5_MAN3%%/AnyEvent::CouchDB.3.gz +%%PERL5_MAN3%%/AnyEvent::CouchDB::Database.3.gz +%%PERL5_MAN3%%/AnyEvent::CouchDB::Exceptions.3.gz +%%PERL5_MAN3%%/AnyEvent::CouchDB::Stream.3.gz +man/man1/couchdb-push.1.gz @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent/CouchDB @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/AnyEvent @dirrm %%SITE_PERL%%/AnyEvent/CouchDB |