summaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorleeym <leeym@FreeBSD.org>2004-12-25 03:46:57 +0000
committerleeym <leeym@FreeBSD.org>2004-12-25 03:46:57 +0000
commita098fa7c594cd07ca0ee05dbfecc354199d81e7d (patch)
tree07ae1ae860b7c79ffc7dfa9ad2e0313d17ddce15 /www
parent62f50215f48ca755a8adc6af84bf13faeadfa519 (diff)
downloadFreeBSD-ports-a098fa7c594cd07ca0ee05dbfecc354199d81e7d.zip
FreeBSD-ports-a098fa7c594cd07ca0ee05dbfecc354199d81e7d.tar.gz
Fix plist
PR: 75238 Submitted by: Lars Eggert <lars.eggert@gmx.net>
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache-SubProcess/Makefile1
-rw-r--r--www/p5-Apache-SubProcess/pkg-plist6
2 files changed, 4 insertions, 3 deletions
diff --git a/www/p5-Apache-SubProcess/Makefile b/www/p5-Apache-SubProcess/Makefile
index e44d36b..4427c6b 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 03f356e..ae0a2a4 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
OpenPOWER on IntegriCloud