diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2005-02-15 17:55:32 +0800 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2005-02-15 17:55:32 +0800 |
commit | 950b9a6ea4cc02fde24ed68f2530c4833a47dec7 (patch) | |
tree | 501bb606223a901ab56ab9abf6b46f88bb6198d6 /www | |
parent | e2bf8b7c22f934d9dd13e7e51aaff5f170889e4b (diff) | |
download | freebsd-ports-gnome-950b9a6ea4cc02fde24ed68f2530c4833a47dec7.tar.gz freebsd-ports-gnome-950b9a6ea4cc02fde24ed68f2530c4833a47dec7.tar.zst freebsd-ports-gnome-950b9a6ea4cc02fde24ed68f2530c4833a47dec7.zip |
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 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 |