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 | |
parent | f41edfe762ccf856f73f1161499173d590dfa705 (diff) | |
download | ports-24bd92606d359786f5700a2e311e6abb6ba33e4f.tar.gz ports-24bd92606d359786f5700a2e311e6abb6ba33e4f.zip |
Notes
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_php3/Makefile | 3 | ||||
-rw-r--r-- | www/mod_php4/Makefile | 3 | ||||
-rw-r--r-- | www/mod_php5/Makefile | 3 |
3 files changed, 6 insertions, 3 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 diff --git a/www/mod_php4/Makefile b/www/mod_php4/Makefile index 4a433475d616..b272c47c20fa 100644 --- a/www/mod_php4/Makefile +++ b/www/mod_php4/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 diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 4a433475d616..b272c47c20fa 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 |