diff options
author | sat <sat@FreeBSD.org> | 2006-08-01 20:39:01 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-08-01 20:39:01 +0800 |
commit | c61f46779fce18c1b3b15ceb0eb341ccbbf408ca (patch) | |
tree | a8c9fff3c195cfbeb0f239462da8d02675f5e80a /textproc/p5-Text-Bastardize | |
parent | 349d225a2c225aa2b10d0c92da2da670bfdc2456 (diff) | |
download | freebsd-ports-graphics-c61f46779fce18c1b3b15ceb0eb341ccbbf408ca.tar.gz freebsd-ports-graphics-c61f46779fce18c1b3b15ceb0eb341ccbbf408ca.tar.zst freebsd-ports-graphics-c61f46779fce18c1b3b15ceb0eb341ccbbf408ca.zip |
- Fix plist
PR: ports/101099
Submitted by: erwin
Diffstat (limited to 'textproc/p5-Text-Bastardize')
-rw-r--r-- | textproc/p5-Text-Bastardize/Makefile | 5 | ||||
-rw-r--r-- | textproc/p5-Text-Bastardize/pkg-plist | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/textproc/p5-Text-Bastardize/Makefile b/textproc/p5-Text-Bastardize/Makefile index 130141c7fc3..63c1df5126a 100644 --- a/textproc/p5-Text-Bastardize/Makefile +++ b/textproc/p5-Text-Bastardize/Makefile @@ -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> diff --git a/textproc/p5-Text-Bastardize/pkg-plist b/textproc/p5-Text-Bastardize/pkg-plist new file mode 100644 index 00000000000..7e48e998f9f --- /dev/null +++ b/textproc/p5-Text-Bastardize/pkg-plist @@ -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 |