From cfd15917332db1139f8d0f335eadd4bb8994e177 Mon Sep 17 00:00:00 2001 From: Yen-Ming Lee Date: Sat, 25 Dec 2004 03:46:57 +0000 Subject: Fix plist PR: 75238 Submitted by: Lars Eggert --- www/p5-Apache-SubProcess/Makefile | 1 + www/p5-Apache-SubProcess/pkg-plist | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) (limited to 'www/p5-Apache-SubProcess') diff --git a/www/p5-Apache-SubProcess/Makefile b/www/p5-Apache-SubProcess/Makefile index e44d36bcf679..4427c6bd86d0 100644 --- a/www/p5-Apache-SubProcess/Makefile +++ b/www/p5-Apache-SubProcess/Makefile @@ -7,6 +7,7 @@ PORTNAME= Apache-SubProcess PORTVERSION= 0.03 +PORTREVISION= 1 CATEGORIES= www perl5 MASTER_SITES= ${MASTER_SITE_PERL_CPAN} MASTER_SITE_SUBDIR= Apache diff --git a/www/p5-Apache-SubProcess/pkg-plist b/www/p5-Apache-SubProcess/pkg-plist index 03f356e980bd..ae0a2a44fde0 100644 --- a/www/p5-Apache-SubProcess/pkg-plist +++ b/www/p5-Apache-SubProcess/pkg-plist @@ -2,6 +2,6 @@ %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SubProcess/SubProcess.bs %%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SubProcess/.packlist %%SITE_PERL%%/%%PERL_ARCH%%/Apache/SubProcess.pm -@unexec %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SubProcess 2>/dev/null || true -@unexec %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true -@unexec %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache/SubProcess 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/auto/Apache 2>/dev/null || true +@unexec rmdir %D/%%SITE_PERL%%/%%PERL_ARCH%%/Apache 2>/dev/null || true -- cgit v1.2.3