diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-01 20:39:01 +0800 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2006-08-01 20:39:01 +0800 |
commit | 4a99a40b890e11e6233a71586ef237ce26b461ef (patch) | |
tree | 65a9ca82169b7c835bf99331b3b78a3fef174c3d /textproc | |
parent | c230bc3e10e429321ac53e9053c1dbb7816579a0 (diff) | |
download | freebsd-ports-gnome-4a99a40b890e11e6233a71586ef237ce26b461ef.tar.gz freebsd-ports-gnome-4a99a40b890e11e6233a71586ef237ce26b461ef.tar.zst freebsd-ports-gnome-4a99a40b890e11e6233a71586ef237ce26b461ef.zip |
- Fix plist
PR: ports/101099
Submitted by: erwin
Diffstat (limited to 'textproc')
-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 130141c7fc3e..63c1df5126ab 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 000000000000..7e48e998f9f4 --- /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 |