mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
- Fix plist
PR: ports/101099 Submitted by: erwin
This commit is contained in:
parent
c230bc3e10
commit
4a99a40b89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=169336
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= Text-Bastardize
|
||||
DISTVERSION= 0.06
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= textproc perl5
|
||||
MASTER_SITES= CPAN
|
||||
PKGNAMEPREFIX= p5-
|
||||
@ -18,8 +19,4 @@ PERL_CONFIGURE= YES
|
||||
|
||||
MAN3= Text::Bastardize.3
|
||||
|
||||
PLIST_FILES= %%SITE_PERL%%/Text/Bastardize.pm \
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize/.packlist
|
||||
PLIST_DIRS= %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
5
textproc/p5-Text-Bastardize/pkg-plist
Normal file
5
textproc/p5-Text-Bastardize/pkg-plist
Normal file
@ -0,0 +1,5 @@
|
||||
%%SITE_PERL%%/Text/Bastardize.pm
|
||||
%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize/.packlist
|
||||
@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Bastardize
|
||||
@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text
|
||||
@dirrmtry %%SITE_PERL%%/Text
|
Loading…
Reference in New Issue
Block a user