diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-09 17:15:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2004-01-09 17:15:16 +0000 |
commit | 3a06a0ff832ef48b8a161a6bf9271f97ac3d286e (patch) | |
tree | 3d6aea527a6145a8e2e1390a4c695f7c6c999536 /textproc/p5-Text-Reflow | |
parent | b182af42fd8df2e90c4b2bf92dd9a5710dd28b3f (diff) | |
download | ports-3a06a0ff832ef48b8a161a6bf9271f97ac3d286e.tar.gz ports-3a06a0ff832ef48b8a161a6bf9271f97ac3d286e.zip |
Notes
Diffstat (limited to 'textproc/p5-Text-Reflow')
-rw-r--r-- | textproc/p5-Text-Reflow/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-Text-Reflow/pkg-plist | 11 |
3 files changed, 7 insertions, 8 deletions
diff --git a/textproc/p5-Text-Reflow/Makefile b/textproc/p5-Text-Reflow/Makefile index fa9e1a795df9..cbe8a8257a49 100644 --- a/textproc/p5-Text-Reflow/Makefile +++ b/textproc/p5-Text-Reflow/Makefile @@ -6,7 +6,7 @@ # PORTNAME= Text-Reflow -PORTVERSION= 1.04 +PORTVERSION= 1.05 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Text diff --git a/textproc/p5-Text-Reflow/distinfo b/textproc/p5-Text-Reflow/distinfo index ece6cee03040..12141f2eb614 100644 --- a/textproc/p5-Text-Reflow/distinfo +++ b/textproc/p5-Text-Reflow/distinfo @@ -1 +1 @@ -MD5 (Text-Reflow-1.04.tar.gz) = 9b7d192cda3ffe8de76735c843352200 +MD5 (Text-Reflow-1.05.tar.gz) = e067308e92ac8b0e26e6f2eb10960cf8 diff --git a/textproc/p5-Text-Reflow/pkg-plist b/textproc/p5-Text-Reflow/pkg-plist index 7bc7dd1dca7c..e33d8f1484b8 100644 --- a/textproc/p5-Text-Reflow/pkg-plist +++ b/textproc/p5-Text-Reflow/pkg-plist @@ -1,8 +1,7 @@ -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs -%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Text/Reflow.pm +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/.packlist +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.bs +%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow/Reflow.so @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Text/Reflow -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text > /dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text > /dev/null || true -@unexec rmdir %D/%%SITE_PERL%%/Text > /dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Text 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Text 2>/dev/null || true |