diff options
author | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-05 20:16:06 +0000 |
---|---|---|
committer | Dirk Froemberg <dirk@FreeBSD.org> | 1999-05-05 20:16:06 +0000 |
commit | 24bd92606d359786f5700a2e311e6abb6ba33e4f (patch) | |
tree | 97509cd90449f2f1c731e9b204b810d9c80c661f /www/mod_php3 | |
parent | Re-order CATEGORIES into the correct order (primary [virtuals...]) (diff) |
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_php3')
-rw-r--r-- | www/mod_php3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 4a433475d616..b272c47c20fa 100644 --- a/www/mod_php3/Makefile +++ b/www/mod_php3/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 |