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.
This commit is contained in:
parent
f33810b870
commit
b5bfdb9716
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue