mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
- Support STAGEDIR
This commit is contained in:
parent
5e5dec8613
commit
5a105d7c04
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328824
@ -14,7 +14,4 @@ COMMENT= Simple way to trace execution of Perl statements in PL/Perl
|
||||
USE_PERL5= configure
|
||||
USES= perl5
|
||||
|
||||
MAN3= PostgreSQL::PLPerl::Trace.3
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,5 +1,6 @@
|
||||
%%SITE_PERL%%/PostgreSQL/PLPerl/Trace.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl/Trace/.packlist
|
||||
%%PERL5_MAN3%%/PostgreSQL::PLPerl::Trace.3.gz
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl/Trace
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL/PLPerl
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PostgreSQL
|
||||
|
Loading…
Reference in New Issue
Block a user