diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1998-09-15 21:31:59 +0000 |
commit | 668e0f51f4cd6da8b873bbe85c2c632a7b33d849 (patch) | |
tree | a51511e38b929fa10d17436f1464819312ac60ed /www/mod_php3 | |
parent | Upgrade to 1.7. (diff) |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Diffstat (limited to 'www/mod_php3')
-rw-r--r-- | www/mod_php3/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php3/Makefile b/www/mod_php3/Makefile index 2f409d19b4dd..b29a7040b6b3 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.53 1998/09/01 21:04:57 andreas Exp $ +# $Id: Makefile,v 1.54 1998/09/13 17:18:11 andreas Exp $ # DISTNAME= apache_${APACHE_VER} @@ -40,7 +40,7 @@ CONFIGURE_ARGS= \ --enable-module=most \ --enable-module=auth_db \ --disable-module=auth_dbm \ - --with-perl=${PREFIX}/bin/perl5 \ + --with-perl=${PERL5} \ --activate-module=src/modules/php3/libphp3.a OPTIM=-DHARD_SERVER_LIMIT=512 \ |