Set an arbitrary time-zone.

mdoc(1) will fail if no time-zone information is available, so provide one.

PR:		ports/198414
Reported by:	antoine
This commit is contained in:
Romain Tartière 2015-03-10 12:58:43 +00:00
parent 1f627f687d
commit ca0407d054
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=380911

View File

@ -18,7 +18,7 @@ IGNORE= USES=mono takes no arguments
# can always assume to be writable.
MONO_SHARED_DIR= ${WRKDIR}
CONFIGURE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}"
MAKE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}"
MAKE_ENV+= MONO_SHARED_DIR="${MONO_SHARED_DIR}" TZ=UTC
BUILD_DEPENDS+= mono:${PORTSDIR}/lang/mono
RUN_DEPENDS+= mono:${PORTSDIR}/lang/mono