diff options
author | tobez <tobez@FreeBSD.org> | 2007-03-27 03:17:53 +0800 |
---|---|---|
committer | tobez <tobez@FreeBSD.org> | 2007-03-27 03:17:53 +0800 |
commit | 7346800c12fbd16538939f3b0cd9bb3f900db732 (patch) | |
tree | 8b9e756aeac75822e0f05d27b0cdb87c6fc99521 /textproc | |
parent | 4a7c8da2e3935a63d1db3803fc75a7562dd808c1 (diff) | |
download | freebsd-ports-gnome-7346800c12fbd16538939f3b0cd9bb3f900db732.tar.gz freebsd-ports-gnome-7346800c12fbd16538939f3b0cd9bb3f900db732.tar.zst freebsd-ports-gnome-7346800c12fbd16538939f3b0cd9bb3f900db732.zip |
Fix plist.
Reported by: krismail
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/p5-Text-Graphics/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-Text-Graphics/pkg-plist | 3 |
2 files changed, 3 insertions, 1 deletions
diff --git a/textproc/p5-Text-Graphics/Makefile b/textproc/p5-Text-Graphics/Makefile index 0638c0348c54..1b60b127cacc 100644 --- a/textproc/p5-Text-Graphics/Makefile +++ b/textproc/p5-Text-Graphics/Makefile @@ -7,6 +7,7 @@ PORTNAME= Text-Graphics PORTVERSION= 1.0001 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff --git a/textproc/p5-Text-Graphics/pkg-plist b/textproc/p5-Text-Graphics/pkg-plist index f14481c224da..4dcbaf5aca0c 100644 --- a/textproc/p5-Text-Graphics/pkg-plist +++ b/textproc/p5-Text-Graphics/pkg-plist @@ -1,4 +1,5 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Graphics/.packlist %%SITE_PERL%%/Text/Graphics.pm -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Graphics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Graphics +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text @dirrmtry %%SITE_PERL%%/Text |