mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
- Support STAGEDIR
This commit is contained in:
parent
e5ffe9e2ee
commit
d774839d55
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328817
@ -20,9 +20,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
MAN3= CouchDB::View.3 \
|
||||
CouchDB::View::Document.3 \
|
||||
CouchDB::View::Server.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -3,6 +3,9 @@ bin/couchdb-view-server.pl
|
||||
%%SITE_PERL%%/CouchDB/View/Document.pm
|
||||
%%SITE_PERL%%/CouchDB/View/Server.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB/View/.packlist
|
||||
%%PERL5_MAN3%%/CouchDB::View.3.gz
|
||||
%%PERL5_MAN3%%/CouchDB::View::Document.3.gz
|
||||
%%PERL5_MAN3%%/CouchDB::View::Server.3.gz
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB/View
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB
|
||||
@dirrmtry %%SITE_PERL%%/CouchDB/View
|
||||
|
Loading…
Reference in New Issue
Block a user