diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-08 17:44:47 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2003-01-08 17:44:47 +0000 |
commit | 982af3464dcd7c2650e32bc1626a92f96b2c80a6 (patch) | |
tree | ba80edb503a879c3b96bd266792056a8f045e75f /www | |
parent | 0b11123e2b8fa836266f4980a293b91547fb1a86 (diff) | |
download | ports-982af3464dcd7c2650e32bc1626a92f96b2c80a6.tar.gz ports-982af3464dcd7c2650e32bc1626a92f96b2c80a6.zip |
Add MAKE_ENV
PR: 42929
Submitted by: Thomas Hurst <freaky@aagh.net>
Approved by: Alex Dupre <sysadmin@alexdupre.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=72753
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_gzip/Makefile | 2 | ||||
-rw-r--r-- | www/mod_gzip2/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_gzip/Makefile b/www/mod_gzip/Makefile index 118f2b0cefc0..560daae81395 100644 --- a/www/mod_gzip/Makefile +++ b/www/mod_gzip/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 - +MAKE_ENV+= "APXS=${APXS}" ALL_TARGET= build post-install: diff --git a/www/mod_gzip2/Makefile b/www/mod_gzip2/Makefile index 118f2b0cefc0..560daae81395 100644 --- a/www/mod_gzip2/Makefile +++ b/www/mod_gzip2/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= ${APXS}:${APACHE_PORT} APXS?= ${LOCALBASE}/sbin/apxs APACHE_PORT?= ${PORTSDIR}/www/apache13 - +MAKE_ENV+= "APXS=${APXS}" ALL_TARGET= build post-install: |