diff options
author | tron <tron> | 2007-09-03 11:48:44 +0000 |
---|---|---|
committer | tron <tron> | 2007-09-03 11:48:44 +0000 |
commit | e5bb7e09d12189a02d80afcdef42204fed745274 (patch) | |
tree | f16476b5fbd91e3ccfe6843054886c0582e7ee5a /lang/php5 | |
parent | 2a1561a5cd938cda62b830dcfa9d2a4d20e18803 (diff) | |
download | pkgsrc-e5bb7e09d12189a02d80afcdef42204fed745274.tar.gz |
Stop the path to the wrapper "sed" script from ending up in "php-config".
Bump package revision.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index b8bb1d0f72b..bb2a9d60029 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.57 2007/09/02 21:12:40 jdolecek Exp $ +# $NetBSD: Makefile,v 1.58 2007/09/03 11:48:44 tron Exp $ PKGNAME= php-${PHP_BASE_VERS} +PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ @@ -30,6 +31,7 @@ CGIDIR= ${PREFIX}/libexec/cgi-bin EGDIR= ${PREFIX}/share/examples/php MESSAGE_SUBST+= CGIDIR=${CGIDIR:Q} +CONFIGURE_ENV+= lt_cv_path_SED=${SED:Q} MAKE_ENV+= INSTALL_ROOT=${DESTDIR:Q} CONF_FILES= ${EGDIR}/php.ini-recommended ${PKG_SYSCONFDIR}/php.ini |