diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-20 13:38:24 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2003-10-20 13:38:24 +0000 |
commit | 546358b206670af846263b4beb29f3339c2b4a58 (patch) | |
tree | 377ef04aebb101722fa388916d06225ed5aff520 /textproc/p5-RTF-Writer | |
parent | 33f48ddc3a3a794559d540bbacd86cc9a81fb0ef (diff) | |
download | ports-546358b206670af846263b4beb29f3339c2b4a58.tar.gz ports-546358b206670af846263b4beb29f3339c2b4a58.zip |
Notes
Diffstat (limited to 'textproc/p5-RTF-Writer')
-rw-r--r-- | textproc/p5-RTF-Writer/Makefile | 2 | ||||
-rw-r--r-- | textproc/p5-RTF-Writer/distinfo | 2 | ||||
-rw-r--r-- | textproc/p5-RTF-Writer/pkg-plist | 1 |
3 files changed, 3 insertions, 2 deletions
diff --git a/textproc/p5-RTF-Writer/Makefile b/textproc/p5-RTF-Writer/Makefile index ee7b49fb0196..57f17adad55e 100644 --- a/textproc/p5-RTF-Writer/Makefile +++ b/textproc/p5-RTF-Writer/Makefile @@ -6,7 +6,7 @@ # PORTNAME= RTF-Writer -PORTVERSION= 1.09 +PORTVERSION= 1.10 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= RTF diff --git a/textproc/p5-RTF-Writer/distinfo b/textproc/p5-RTF-Writer/distinfo index 161727cfaec8..b65c9f2afc77 100644 --- a/textproc/p5-RTF-Writer/distinfo +++ b/textproc/p5-RTF-Writer/distinfo @@ -1 +1 @@ -MD5 (RTF-Writer-1.09.tar.gz) = 137e0af769d36ff95b759429dbbcfa57 +MD5 (RTF-Writer-1.10.tar.gz) = af62e9e3d87a6ea768cba54b49fda58c diff --git a/textproc/p5-RTF-Writer/pkg-plist b/textproc/p5-RTF-Writer/pkg-plist index 7f5097f7dc51..37820f7ff8f6 100644 --- a/textproc/p5-RTF-Writer/pkg-plist +++ b/textproc/p5-RTF-Writer/pkg-plist @@ -7,3 +7,4 @@ @dirrm %%SITE_PERL%%/RTF/Writer @dirrm %%SITE_PERL%%/RTF @unexec rmdir %D/%%SITE_PERL%%/RTF 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/RTF 2>/dev/null || true |