summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2019-02-26 12:03:07 +0000
committerjperkin <jperkin@pkgsrc.org>2019-02-26 12:03:07 +0000
commit78779024a3d3c656de9fa6bbbab86069998ed677 (patch)
treed545612bf788533019284d67a9025464121b9448 /fonts
parent2a9b8c773bbdcff69d648585a09ec6b4213e2325 (diff)
downloadpkgsrc-78779024a3d3c656de9fa6bbbab86069998ed677.tar.gz
fontforge: Use _TOOLS_USE_PKGSRC to select pkgsrc date(1).
Using TOOLS_PLATFORM.date= has the unfortunately side-effect of creating an empty BUILD_DATE pkg_summary entry, as ${DATE} fails when generating the metadata. Found by a pkg_summary checker.
Diffstat (limited to 'fonts')
-rw-r--r--fonts/fontforge/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/fonts/fontforge/Makefile b/fonts/fontforge/Makefile
index 7f99464d529..662f5f72882 100644
--- a/fonts/fontforge/Makefile
+++ b/fonts/fontforge/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.106 2018/11/14 22:21:27 kleink Exp $
+# $NetBSD: Makefile,v 1.107 2019/02/26 12:03:07 jperkin Exp $
DISTNAME= fontforge-dist-20170731
PKGNAME= ${DISTNAME:S/-dist-/-/}
@@ -38,7 +38,7 @@ PY_PATCHPLIST= yes
# Requires GNU date features
.if ${OPSYS} == "SunOS"
-TOOLS_PLATFORM.date=
+_TOOLS_USE_PKGSRC.date= yes
.endif
.include "options.mk"