From ef9824bb18d73c7e3f20e667220912871ed18b26 Mon Sep 17 00:00:00 2001 From: erwin Date: Wed, 22 Dec 2004 12:37:27 +0000 Subject: fixed typos in pkg-plist, set PORTREVISION PR: 75370 Submitted by: maintainer --- textproc/p5-CSS-Tiny/Makefile | 1 + textproc/p5-CSS-Tiny/pkg-plist | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'textproc/p5-CSS-Tiny') diff --git a/textproc/p5-CSS-Tiny/Makefile b/textproc/p5-CSS-Tiny/Makefile index 6359a461b1e8..e5e609e0b0b8 100644 --- a/textproc/p5-CSS-Tiny/Makefile +++ b/textproc/p5-CSS-Tiny/Makefile @@ -7,6 +7,7 @@ PORTNAME= CSS-Tiny PORTVERSION= 1.05 +PORTREVISION= 1 CATEGORIES= textproc perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= CSS diff --git a/textproc/p5-CSS-Tiny/pkg-plist b/textproc/p5-CSS-Tiny/pkg-plist index f6c19a5d3f42..0dea64fc634d 100644 --- a/textproc/p5-CSS-Tiny/pkg-plist +++ b/textproc/p5-CSS-Tiny/pkg-plist @@ -1,5 +1,5 @@ %%SITE_PERL%%/CSS/Tiny.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny/.packlist @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS/Tiny -@unexec rmdir %D%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS 2>/dev/null || true -@unexec rmdir %D%%SITE_PERL%%/CSS 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/CSS 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/CSS 2>/dev/null || true -- cgit