diff options
author | maya <maya@pkgsrc.org> | 2020-11-06 18:04:24 +0000 |
---|---|---|
committer | maya <maya@pkgsrc.org> | 2020-11-06 18:04:24 +0000 |
commit | 09f15c73e73aa575ded4cb9a29ffba00d123fe65 (patch) | |
tree | 8c61090bd1ad2ad23a9cfa77ae807b13c8e3e74b /fonts/cascadia-ttf | |
parent | afb04d29a006c1cab758cba58568e2c679114116 (diff) | |
download | pkgsrc-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/cascadia-ttf')
-rw-r--r-- | fonts/cascadia-ttf/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/fonts/cascadia-ttf/Makefile b/fonts/cascadia-ttf/Makefile index f1672f0281e..7914758698d 100644 --- a/fonts/cascadia-ttf/Makefile +++ b/fonts/cascadia-ttf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2020/10/08 12:41:10 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2020/11/06 18:04:24 maya Exp $ DISTNAME= CascadiaCode-2009.22 PKGNAME= ${DISTNAME:S/CascadiaCode/cascadia-ttf/} @@ -15,5 +15,8 @@ LICENSE= ofl-v1.1 WRKSRC= ${WRKDIR} +NO_CONFIGURE= yes +NO_BUILD= yes + .include "../../mk/fonts.mk" .include "../../mk/bsd.pkg.mk" |