diff options
author | obache <obache@pkgsrc.org> | 2011-01-12 08:15:45 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-12 08:15:45 +0000 |
commit | 024000da5424dd2b2cac744f89bc4d3fd4ab9996 (patch) | |
tree | c21c619c23a3b67b4f0418173c85d55bb19a9ec1 /lang | |
parent | d8187e453daa90b0385b0c11f45468cc71eeac57 (diff) | |
download | pkgsrc-024000da5424dd2b2cac744f89bc4d3fd4ab9996.tar.gz |
set TZ=UTC to generate PLIST, same as do-install.
Diffstat (limited to 'lang')
-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 \ |