diff options
author | dirk <dirk@FreeBSD.org> | 1999-05-05 20:16:06 +0000 |
---|---|---|
committer | dirk <dirk@FreeBSD.org> | 1999-05-05 20:16:06 +0000 |
commit | dc1ed1a17dcf4b12e95da4accd7547c1c01e6301 (patch) | |
tree | 46aedb3e9b57f7c075319699303c6c3aa3f3c519 /www/mod_php5/Makefile | |
parent | 694540ff476a7bdb991a87ccf1bfa7c62b60551f (diff) | |
download | FreeBSD-ports-dc1ed1a17dcf4b12e95da4accd7547c1c01e6301.zip FreeBSD-ports-dc1ed1a17dcf4b12e95da4accd7547c1c01e6301.tar.gz |
Add WRKDIRPREFIX to SCRIPTS_ENV so scripts/configure.php can use it.
PR: ports/11503
Submitted by: Palle Girgensohn <girgen@partitur.se>
Diffstat (limited to 'www/mod_php5/Makefile')
-rw-r--r-- | www/mod_php5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 4a43347..b272c47 100644 --- a/www/mod_php5/Makefile +++ b/www/mod_php5/Makefile @@ -3,7 +3,7 @@ # Date created: So 21 Jun 1998 16:09:39 CEST # Whom: Stefan Herrmann <stefan@asterix.webaffairs.net> # -# $Id: Makefile,v 1.73 1999/04/13 15:40:20 dirk Exp $ +# $Id: Makefile,v 1.74 1999/05/04 14:50:32 dirk Exp $ # DISTNAME= apache_${VERSION_APACHE} @@ -72,6 +72,7 @@ CFLAGS+= -O6 -funroll-loops -fstrength-reduce -fomit-frame-pointer \ .endif CONFIGURE_ENV= OPTIM='${OPTIM}' LIBS='-L${PREFIX}/lib' +SCRIPTS_ENV= WRKDIRPREFIX="${WRKDIRPREFIX}" INSTALL_TARGET= install-quiet |