diff options
author | jlam <jlam@pkgsrc.org> | 2006-06-06 16:42:02 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2006-06-06 16:42:02 +0000 |
commit | 92d56a6572ec55e42cb80af8cd0b00350997764f (patch) | |
tree | 6e40b4901a67d25d6e33b340aabd16439103a41e /lang/php5/Makefile | |
parent | f28d50a62b4b2b702ff9e05b1189a2771f3d4dc1 (diff) | |
download | pkgsrc-92d56a6572ec55e42cb80af8cd0b00350997764f.tar.gz |
Note in the MESSAGE file the path to the PHP CGI binary to answer an FAQ.
Diffstat (limited to 'lang/php5/Makefile')
-rw-r--r-- | lang/php5/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 9a492aa65e7..76a4111e3c4 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/06/05 17:22:39 minskim Exp $ +# $NetBSD: Makefile,v 1.36 2006/06/06 16:42:02 jlam Exp $ PKGNAME= php-${PHP_BASE_VERS} PKGREVISION= 1 @@ -27,6 +27,7 @@ CONFIGURE_ARGS+= --enable-fastcgi CGIDIR= ${PREFIX}/libexec/cgi-bin EGDIR= ${PREFIX}/share/examples/php +MESSAGE_SUBST+= CGIDIR=${CGIDIR:Q} CONF_FILES= ${EGDIR}/php.ini-recommended ${PKG_SYSCONFDIR}/php.ini OWN_DIRS= ${PREFIX}/${PHP_EXTENSION_DIR} |