- Support STAGEDIR
This commit is contained in:
parent
61494fc222
commit
ab8054739e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328811
2 changed files with 5 additions and 7 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue