aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-01-01 16:41:13 +0800
committerWill Andrews <will@FreeBSD.org>2001-01-01 16:41:13 +0800
commit04dc8400b3a4f4b31314908452a6e1f194a794b4 (patch)
tree65fa3435951683b7bc66c0f446789be8e3b05d93 /www
parent0be0971a0e7d9fa2436782381383064a70f35f0a (diff)
downloadfreebsd-ports-gnome-04dc8400b3a4f4b31314908452a6e1f194a794b4.tar.gz
freebsd-ports-gnome-04dc8400b3a4f4b31314908452a6e1f194a794b4.tar.zst
freebsd-ports-gnome-04dc8400b3a4f4b31314908452a6e1f194a794b4.zip
Use make(1)'s builtin ?= var operator.
Diffstat (limited to 'www')
-rw-r--r--www/p5-Apache/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/www/p5-Apache/Makefile b/www/p5-Apache/Makefile
index a929133fd067..336e90afd92b 100644
--- a/www/p5-Apache/Makefile
+++ b/www/p5-Apache/Makefile
@@ -15,12 +15,10 @@ PKGNAMEPREFIX= p5-
MAINTAINER= ports@FreeBSD.org
-.if !defined(APACHE_PORT)
-APACHE_PORT=apache13
-.endif
BUILD_DEPENDS= ${PREFIX}/sbin/apxs:${PORTSDIR}/www/${APACHE_PORT} \
${PREFIX}/bin/lwp-download:${PORTSDIR}/www/p5-libwww
+APACHE_PORT?= apache13
USE_PERL5= yes
MAN3= Apache.3 \
Apache::Constants.3 \