summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-05-26 01:56:54 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-05-26 01:56:54 +0000
commit178ed619724a7fe49d555a0d23aae5f186b69a7c (patch)
treea68fd81f6c754b82c1012a6334d94b37eb2ee3ec /www
parentI don't maintain this port (diff)
No need to use += in CONFIGURE_ENV, it's defined later in bsd.port.mk.
Notes
Notes: svn path=/head/; revision=6566
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile
index 9fb96e1e73d4..19322c11e641 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.2 1997/05/24 13:17:14 jfitz Exp $
+# $Id: Makefile,v 1.3 1997/05/25 08:46:07 jfitz Exp $
#
DISTNAME= mod_perl-0.98
@@ -17,7 +17,7 @@ MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
RUN_DEPENDS= perl5.004:${PORTSDIR}/lang/perl5
-CONFIGURE_ENV+= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}"
+CONFIGURE_ENV= PORTSDIR=${PORTSDIR} INSTALL_PROGRAM="${INSTALL_PROGRAM}"
MAN3= Apache.3 Apache::Constants.3 Apache::Options.3 \
Apache::Registry.3 Apache::Status.3 Bundle::Apache.3 \