summaryrefslogtreecommitdiff
path: root/fonts/symbola-ttf
diff options
context:
space:
mode:
authormaya <maya@pkgsrc.org>2020-11-06 18:04:24 +0000
committermaya <maya@pkgsrc.org>2020-11-06 18:04:24 +0000
commit09f15c73e73aa575ded4cb9a29ffba00d123fe65 (patch)
tree8c61090bd1ad2ad23a9cfa77ae807b13c8e3e74b /fonts/symbola-ttf
parentafb04d29a006c1cab758cba58568e2c679114116 (diff)
downloadpkgsrc-09f15c73e73aa575ded4cb9a29ffba00d123fe65.tar.gz
mk/fonts.mk: don't add NO_CONFIGURE and NO_BUILD, have packages set it.
This makes it easier to use the mk fragment with fonts that need a build step, like new liberation-ttf. While here switch some fonts using post-install unnecessarily to do-install (Committed at the same time as it wasn't tested separately) No PLIST changes to the packages/build breakage, so no changes expected to the packages.
Diffstat (limited to 'fonts/symbola-ttf')
-rw-r--r--fonts/symbola-ttf/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/symbola-ttf/Makefile b/fonts/symbola-ttf/Makefile
index fa40f3340bc..cd9eb86b4fd 100644
--- a/fonts/symbola-ttf/Makefile
+++ b/fonts/symbola-ttf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/04/06 09:29:23 maya Exp $
+# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:26 maya Exp $
DISTNAME= Symbola
PKGNAME= symbola-ttf-9.17
@@ -17,5 +17,8 @@ LICENSE= public-domain
WRKSRC= ${WRKDIR}
+NO_CONFIGURE= yes
+NO_BUILD= yes
+
.include "../../mk/fonts.mk"
.include "../../mk/bsd.pkg.mk"