diff options
author | sheldonh <sheldonh@FreeBSD.org> | 2003-06-18 15:34:02 +0800 |
---|---|---|
committer | sheldonh <sheldonh@FreeBSD.org> | 2003-06-18 15:34:02 +0800 |
commit | 63fabd473c03566346d53ce6e81172365251a42c (patch) | |
tree | a0834ae34274c5ebfa40019f82c419848a884104 /www | |
parent | ed831086d0895ee574c5bb5d78bf37c0aabab087 (diff) | |
download | freebsd-ports-gnome-63fabd473c03566346d53ce6e81172365251a42c.tar.gz freebsd-ports-gnome-63fabd473c03566346d53ce6e81172365251a42c.tar.zst freebsd-ports-gnome-63fabd473c03566346d53ce6e81172365251a42c.zip |
Make WKRDIRPREFIX clean.
Reported by: kris
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_webapp/Makefile | 2 |
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 |