pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/fonts/evermono-ttf



Module Name:    pkgsrc
Committed By:   wiz
Date:           Sat Apr  6 08:46:04 UTC 2019

Modified Files:
        pkgsrc/fonts/evermono-ttf: Makefile

Log Message:
evermono-ttf: convert to fonts.mk


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/fonts/evermono-ttf/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/fonts/evermono-ttf/Makefile
diff -u pkgsrc/fonts/evermono-ttf/Makefile:1.4 pkgsrc/fonts/evermono-ttf/Makefile:1.5
--- pkgsrc/fonts/evermono-ttf/Makefile:1.4      Wed Aug 16 20:45:36 2017
+++ pkgsrc/fonts/evermono-ttf/Makefile  Sat Apr  6 08:46:04 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/08/16 20:45:36 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2019/04/06 08:46:04 wiz Exp $
 
 DISTNAME=      evermono
 VERSION=       7.0.0
@@ -17,14 +17,10 @@ DIST_SUBDIR=        evermono-ttf-${VERSION}
 WRKSRC=                ${WRKDIR}/evermono-${VERSION}
 USE_LANGUAGES= # none
 
-FONTDIR=       ${PREFIX}/share/fonts/X11/TTF
-FONTS_DIRS.ttf=        ${FONTDIR}
+INSTALLATION_DIRS+=    ${FONTDIR} share/doc/evermono-ttf
 
-INSTALLATION_DIRS=     ${FONTDIR} share/doc/evermono-ttf
-
-do-build:
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/*.ttf ${DESTDIR}${FONTDIR}
+post-install:
        ${INSTALL_DATA} ${WRKSRC}/emono-licence.txt ${DESTDIR}${PREFIX}/share/doc/evermono-ttf/
 
+.include "../../mk/fonts.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index