diff options
author | erwin <erwin@FreeBSD.org> | 2005-02-15 09:55:32 +0000 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-02-15 09:55:32 +0000 |
commit | e164dafb85bb87d6fd107047510de1bedb55ac31 (patch) | |
tree | de962d13b68c0889c0ba733b5e407cefdb7bb36d /www | |
parent | 47fcf4b105a44cf183b86e7746942e84a523f84e (diff) | |
download | FreeBSD-ports-e164dafb85bb87d6fd107047510de1bedb55ac31.zip FreeBSD-ports-e164dafb85bb87d6fd107047510de1bedb55ac31.tar.gz |
Fix plist
PR: 75372
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile | 1 | ||||
-rw-r--r-- | www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile index ead0a07..2ef2f87 100644 --- a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile +++ b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-AxKit-Plugin-AddXSLParams-Request PORTVERSION= 1.01 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= ../by-authors/id/K/KH/KHAMPTON diff --git a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist index 4079e5c..b80557d 100644 --- a/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist +++ b/www/p5-Apache-AxKit-Plugin-AddXSLParams-Request/pkg-plist @@ -3,6 +3,9 @@ @dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams/Request @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin/AddXSLParams 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit/Plugin 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/AxKit 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit/Plugin/AddXSLParams 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit/Plugin 2>/dev/null || true @unexec rmdir %D/%%SITE_PERL%%/Apache/AxKit 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/Apache 2>/dev/null || true |