mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 3 additions and 5 deletions
|
@ -20,9 +20,4 @@ TEST_DEPENDS= p5-Test-Deep>=0:${PORTSDIR}/devel/p5-Test-Deep
|
||||||
USE_PERL5= configure
|
USE_PERL5= configure
|
||||||
USES= perl5
|
USES= perl5
|
||||||
|
|
||||||
MAN3= CouchDB::View.3 \
|
|
||||||
CouchDB::View::Document.3 \
|
|
||||||
CouchDB::View::Server.3
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -3,6 +3,9 @@ bin/couchdb-view-server.pl
|
||||||
%%SITE_PERL%%/CouchDB/View/Document.pm
|
%%SITE_PERL%%/CouchDB/View/Document.pm
|
||||||
%%SITE_PERL%%/CouchDB/View/Server.pm
|
%%SITE_PERL%%/CouchDB/View/Server.pm
|
||||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB/View/.packlist
|
%%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/View
|
||||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB
|
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/CouchDB
|
||||||
@dirrmtry %%SITE_PERL%%/CouchDB/View
|
@dirrmtry %%SITE_PERL%%/CouchDB/View
|
||||||
|
|
Loading…
Add table
Reference in a new issue