summaryrefslogtreecommitdiff
path: root/www/mod_webapp
diff options
context:
space:
mode:
authorSheldon Hearn <sheldonh@FreeBSD.org>2003-06-18 07:34:02 +0000
committerSheldon Hearn <sheldonh@FreeBSD.org>2003-06-18 07:34:02 +0000
commit43796ed756ce749e44d0199c2767842313742083 (patch)
treea66842076d6d264b971609f2732cba478afb0984 /www/mod_webapp
parentUSE_GMAKE is still needed because make+ is built using make+. (diff)
Make WKRDIRPREFIX clean.
Reported by: kris Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=83242
Diffstat (limited to 'www/mod_webapp')
-rw-r--r--www/mod_webapp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_webapp/Makefile b/www/mod_webapp/Makefile
index c159a518252e..db2b7ad20fa3 100644
--- a/www/mod_webapp/Makefile
+++ b/www/mod_webapp/Makefile
@@ -37,7 +37,7 @@ APACHECTL?= ${LOCALBASE}/sbin/apachectl
APR_LIB?= ${LOCALBASE}/lib/
APR_INCLUDE?= ${LOCALBASE}/include/apr-0/
APACHE_MODULES?= libexec/apache/
-APR_SRC?= ${PORTSDIR}/devel/apr/work/apr-?\.?\.?/
+APR_SRC?= ${WRKDIRPREFIX}${PORTSDIR}/devel/apr/work/apr-?\.?\.?/
LIBTOOL?= ${LOCALBASE}/bin/libtool
AUTOCONF?= ${LOCALBASE}/bin/autoconf