diff options
author | erwin <erwin@FreeBSD.org> | 2005-02-15 17:55:32 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2005-02-15 17:55:32 +0800 |
commit | e164dafb85bb87d6fd107047510de1bedb55ac31 (patch) | |
tree | de962d13b68c0889c0ba733b5e407cefdb7bb36d | |
parent | 47fcf4b105a44cf183b86e7746942e84a523f84e (diff) | |
download | freebsd-ports-gnome-e164dafb85bb87d6fd107047510de1bedb55ac31.tar.gz freebsd-ports-gnome-e164dafb85bb87d6fd107047510de1bedb55ac31.tar.zst freebsd-ports-gnome-e164dafb85bb87d6fd107047510de1bedb55ac31.zip |
Fix plist
PR: 75372
Submitted by: maintainer
-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 ead0a0727cbd..2ef2f877aeaa 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 4079e5c899bb..b80557d222b8 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 |