aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authoraraujo <araujo@FreeBSD.org>2008-06-24 02:16:05 +0800
committeraraujo <araujo@FreeBSD.org>2008-06-24 02:16:05 +0800
commitca1be6eef9a7e5bfd041f453bf41853beea93233 (patch)
treee66cf8becd77c81720e343ba915b193c3b660ca6 /www
parent086dfc2a91a72769064fcff0e79237313cd491f3 (diff)
downloadfreebsd-ports-gnome-ca1be6eef9a7e5bfd041f453bf41853beea93233.tar.gz
freebsd-ports-gnome-ca1be6eef9a7e5bfd041f453bf41853beea93233.tar.zst
freebsd-ports-gnome-ca1be6eef9a7e5bfd041f453bf41853beea93233.zip
- Only correct a character, minor fix.
Submitted by: "Philip M. Gollucci" <pgollucci@ridecharge.com> (maintainer) via email
Diffstat (limited to 'www')
-rw-r--r--www/mod_perl2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_perl2/Makefile b/www/mod_perl2/Makefile
index 6e0d20aa4e24..14f142097a2c 100644
--- a/www/mod_perl2/Makefile
+++ b/www/mod_perl2/Makefile
@@ -64,7 +64,7 @@ MAN3= APR.3 APR::Base64.3 APR::Brigade.3 APR::Bucket.3 \
.include <bsd.port.pre.mk>
.if exists(${LOCALBASE}/include/apr-1/apr.h)
-APR_l= ${LOCALBASE}/include/apr-1/apr.h
+APR_H= ${LOCALBASE}/include/apr-1/apr.h
.elif exists(${LOCALBASE}/include/apr/apr.h)
APR_H= ${LOCALBASE}/include/apr/apr.h
.endif