diff options
Diffstat (limited to 'fonts/tex-courier/Makefile')
-rw-r--r-- | fonts/tex-courier/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/tex-courier/Makefile b/fonts/tex-courier/Makefile index a2e72f3771a..1163bebe8ae 100644 --- a/fonts/tex-courier/Makefile +++ b/fonts/tex-courier/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2017/09/06 16:49:23 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2019/12/06 19:29:48 markd Exp $ DISTNAME= courier PKGNAME= tex-${DISTNAME}-2014 @@ -10,5 +10,6 @@ LICENSE= gnu-gpl-v2 TEX_MAP_FILES+= ucr.map +TEXLIVE_UNVERSIONED= yes .include "../../print/texlive/package.mk" .include "../../mk/bsd.pkg.mk" |