View | Details | Raw Unified | Return to bug 58490
Collapse All | Expand All

(-)/usr/ports/www/mod_perl2/Makefile (+1 lines)
Lines 7-12 Link Here
7
7
8
PORTNAME=	mod_perl
8
PORTNAME=	mod_perl
9
PORTVERSION=	1.99r10
9
PORTVERSION=	1.99r10
10
PORTREVISION=	1
10
CATEGORIES=	www perl5
11
CATEGORIES=	www perl5
11
MASTER_SITES=	http://perl.apache.org/dist/ \
12
MASTER_SITES=	http://perl.apache.org/dist/ \
12
		http://perl.apache.org/dist/old/
13
		http://perl.apache.org/dist/old/
(-)/usr/ports/www/mod_perl2/files/patch-ab (+11 lines)
Line 0 Link Here
1
--- Apache-Test/install-pl.old	Fri Oct 24 07:42:28 2003
2
+++ Apache-Test/install-pl	Fri Oct 24 07:42:38 2003
3
@@ -58,7 +58,7 @@
4
     return <<EOF;
5
 
6
 nuke_Apache__test:
7
-\t\$(PERLRUN) -MExtUtils::Install -e \\
8
+\t\$(PERL) -MExtUtils::Install -e \\
9
 \t"-e qq{$cleanup_packlist} && uninstall(qq{$cleanup_packlist}, 1, 0)"
10
 EOF
11
 

Return to bug 58490