aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorerwin <erwin@FreeBSD.org>2004-12-22 20:37:27 +0800
committererwin <erwin@FreeBSD.org>2004-12-22 20:37:27 +0800
commitef9824bb18d73c7e3f20e667220912871ed18b26 (patch)
treea0d8a6cde74cdd961daa99da7fc8a305d8b33173 /textproc
parent70bd8a3f1617d5825a9c29e702f23eaaed40ea63 (diff)
downloadfreebsd-ports-gnome-ef9824bb18d73c7e3f20e667220912871ed18b26.tar.gz
freebsd-ports-gnome-ef9824bb18d73c7e3f20e667220912871ed18b26.tar.zst
freebsd-ports-gnome-ef9824bb18d73c7e3f20e667220912871ed18b26.zip
fixed typos in pkg-plist, set PORTREVISION
PR: 75370 Submitted by: maintainer
Diffstat (limited to 'textproc')
-rw-r--r--textproc/p5-CSS-Tiny/Makefile1
-rw-r--r--textproc/p5-CSS-Tiny/pkg-plist4
2 files changed, 3 insertions, 2 deletions
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