diff options
author | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1998-09-16 05:31:59 +0800 |
commit | e755ee1d47f4b0d9d4c8bd2a570d38555b88b607 (patch) | |
tree | f20c20390d0ae9c598fdaa1136e89fc9e48469ec /www/mod_php5 | |
parent | 60e211928723f70362d166bab5f76cadf2b57c7f (diff) | |
download | freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.gz freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.tar.zst freebsd-ports-graphics-e755ee1d47f4b0d9d4c8bd2a570d38555b88b607.zip |
Use ${PERL5} wherever appropriate. Largely untested; hope my eyeball
checks haven't missed anything.
Submitted by: dima
Diffstat (limited to 'www/mod_php5')
-rw-r--r-- | www/mod_php5/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_php5/Makefile b/www/mod_php5/Makefile index 2f409d19b4d..b29a7040b6b 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.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 \ |