diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-22 12:37:27 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2004-12-22 12:37:27 +0000 |
commit | cafa7d08b807b237443395f50e2be08a2f45893a (patch) | |
tree | f27f141205d62a2cb152272198ab2cdc4581f3e0 /textproc/p5-CSS-Tiny | |
parent | 9d2f8ffbead28a86f0d0b910a75ff317fdc17476 (diff) | |
download | ports-cafa7d08b807b237443395f50e2be08a2f45893a.tar.gz ports-cafa7d08b807b237443395f50e2be08a2f45893a.zip |
Notes
Diffstat (limited to 'textproc/p5-CSS-Tiny')
-rw-r--r-- | textproc/p5-CSS-Tiny/Makefile | 1 | ||||
-rw-r--r-- | textproc/p5-CSS-Tiny/pkg-plist | 4 |
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 |