diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 14:47:18 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1999-06-16 14:47:18 +0000 |
commit | 5e50a650c8ca6bcf6191a72f25addc1c7a3cd810 (patch) | |
tree | 3c9945d5f272bb6d7de1c20db49e63e43edf7fa2 | |
parent | Add more MASTER_SITEs, clean up a extra '\' that no-one noticed, clean up (diff) |
Fix this port for the brief time it will still be alive.
This port is being replaced by apache13-modperl (ports/10385)
PR: ports/11967 (please see ports/10385 too)
Submitted by: Mike Harding <mvh@ix.netcom.com>
-rw-r--r-- | www/p5-Apache/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile index bd07b5390530..110da333079b 100644 --- a/www/p5-Apache/Makefile +++ b/www/p5-Apache/Makefile @@ -3,7 +3,7 @@ # Date created: April 26th 1997 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.12 1999/02/20 06:26:04 asami Exp $ +# $Id: Makefile,v 1.13 1999/05/10 12:20:09 kuriyama Exp $ # DISTNAME= mod_perl-1.19 @@ -14,10 +14,10 @@ MASTER_SITE_SUBDIR= Apache MAINTAINER= jfitz@FreeBSD.ORG -BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/apache12:patch +BUILD_DEPENDS= /nonexistent:${PORTSDIR}/www/apache13:patch USE_PERL5= YES -CONFIGURE_ENV= APACHEDIR=${WRKDIRPREFIX}${.CURDIR}/../apache12/work/ INSTALL_PROGRAM="${INSTALL_PROGRAM}" +CONFIGURE_ENV= APACHEDIR=${WRKDIRPREFIX}${.CURDIR}/../apache13/work/ INSTALL_PROGRAM="${INSTALL_PROGRAM}" MAN3= Apache.3 Apache::Constants.3 Apache::ExtUtils.3 \ Apache::FakeRequest.3 Apache::Leak.3 \ Apache::Log.3 Apache::Options.3 \ |