diff options
author | obache <obache> | 2011-01-12 08:15:45 +0000 |
---|---|---|
committer | obache <obache> | 2011-01-12 08:15:45 +0000 |
commit | e3c60da323b8f0afb0dfba92889975ffe43848f3 (patch) | |
tree | c21c619c23a3b67b4f0418173c85d55bb19a9ec1 | |
parent | 126b777407cc5bac7a81a85c051464b6bf365559 (diff) | |
download | pkgsrc-e3c60da323b8f0afb0dfba92889975ffe43848f3.tar.gz |
set TZ=UTC to generate PLIST, same as do-install.
-rw-r--r-- | lang/php/pear.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/pear.mk b/lang/php/pear.mk index af87023c829..73237ec093d 100644 --- a/lang/php/pear.mk +++ b/lang/php/pear.mk @@ -1,4 +1,4 @@ -# $NetBSD: pear.mk,v 1.21 2011/01/12 08:11:49 obache Exp $ +# $NetBSD: pear.mk,v 1.22 2011/01/12 08:15:45 obache Exp $ # # This Makefile fragment is intended to be included by packages that build # and install pear packages. @@ -40,7 +40,7 @@ PEAR_DESTDIR= -P ${DESTDIR} -f # Dynamic PLIST, generated via a helper PHP script, which use registry. PEAR_GENERATE_PLIST= \ ${ECHO} "@comment The following lines are automatically generated"; \ - ${SETENV} PEAR_LIB=${PEAR_LIB:Q} WRKSRC=${WRKSRC:Q} \ + ${SETENV} PEAR_LIB=${PEAR_LIB:Q} WRKSRC=${WRKSRC:Q} TZ=UTC \ ${INSTALL_ENV} PREFIX=${PREFIX:Q} \ ${PREFIX}/bin/php -d include_path=".:${PREFIX}/lib/php" \ -d log_errors=On -d display_errors=Off \ |