pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts cyberbit-ttf: Move documentation to where it bel...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/57fc93555b2d
branches:  trunk
changeset: 373667:57fc93555b2d
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 07 21:56:35 2018 +0000

description:
cyberbit-ttf: Move documentation to where it belongs, bump PKGREVISION.

diffstat:

 fonts/cyberbase-ttf/Makefile       |   4 ++--
 fonts/cyberbase-ttf/PLIST          |   4 ++--
 fonts/cyberbit-ttf/Makefile        |   4 ++--
 fonts/cyberbit-ttf/Makefile.common |  18 ++++++++----------
 fonts/cyberbit-ttf/PLIST           |   4 ++--
 5 files changed, 16 insertions(+), 18 deletions(-)

diffs (77 lines):

diff -r 5885929f3749 -r 57fc93555b2d fonts/cyberbase-ttf/Makefile
--- a/fonts/cyberbase-ttf/Makefile      Sun Jan 07 21:37:55 2018 +0000
+++ b/fonts/cyberbase-ttf/Makefile      Sun Jan 07 21:56:35 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2014/06/01 16:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.9 2018/01/07 21:56:35 rillig Exp $
 #
 
 PKGNAME=       cyberbase-ttf-2.0
-PKGREVISION=   7
+PKGREVISION=   8
 FONT_FILE=     Cyberbase.ZIP
 
 COMMENT=       Cyberbit minus CJK subset, for ISO-8859-x languages
diff -r 5885929f3749 -r 57fc93555b2d fonts/cyberbase-ttf/PLIST
--- a/fonts/cyberbase-ttf/PLIST Sun Jan 07 21:37:55 2018 +0000
+++ b/fonts/cyberbase-ttf/PLIST Sun Jan 07 21:56:35 2018 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.8 2018/01/01 22:29:30 rillig Exp $
-share/doc/html/cyberbit-ttf/ReadMe.htm
+@comment $NetBSD: PLIST,v 1.9 2018/01/07 21:56:35 rillig Exp $
+share/doc/cyberbit-ttf/ReadMe.htm
 share/fonts/X11/TTF/Cyberbas.ttf
diff -r 5885929f3749 -r 57fc93555b2d fonts/cyberbit-ttf/Makefile
--- a/fonts/cyberbit-ttf/Makefile       Sun Jan 07 21:37:55 2018 +0000
+++ b/fonts/cyberbit-ttf/Makefile       Sun Jan 07 21:56:35 2018 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2014/06/01 16:35:32 wiz Exp $
+# $NetBSD: Makefile,v 1.10 2018/01/07 21:56:35 rillig Exp $
 #
 
 PKGNAME=       cyberbit-ttf-2.0
-PKGREVISION=   7
+PKGREVISION=   8
 FONT_FILE=     Cyberbit.ZIP
 
 COMMENT=       Multilingual TrueType font from Bitstream
diff -r 5885929f3749 -r 57fc93555b2d fonts/cyberbit-ttf/Makefile.common
--- a/fonts/cyberbit-ttf/Makefile.common        Sun Jan 07 21:37:55 2018 +0000
+++ b/fonts/cyberbit-ttf/Makefile.common        Sun Jan 07 21:56:35 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2015/07/04 16:18:31 joerg Exp $
+# $NetBSD: Makefile.common,v 1.29 2018/01/07 21:56:35 rillig Exp $
 #
 # used by fonts/cyberbit-ttf/Makefile
 # used by fonts/cyberbase-ttf/Makefile
@@ -25,14 +25,12 @@
 EXTRACT_ONLY=          ${FONT_FILE}
 #EXTRACT_OPTS_ZIP=     -Laq
 
-NO_CONFIGURE=  YES
-NO_BUILD=      YES
-
-FONTS_DIRS.ttf=        ${PREFIX}/share/fonts/X11/TTF
-DOCDIR=                ${PREFIX}/share/doc/html/cyberbit-ttf
+NO_CONFIGURE=  yes
+NO_BUILD=      yes
+AUTO_MKDIRS=   yes
 
 do-install:
-       ${INSTALL_DATA_DIR} ${DESTDIR}${FONTS_DIRS.ttf}
-       ${INSTALL_DATA} ${WRKDIR}/*.ttf ${DESTDIR}${FONTS_DIRS.ttf}
-       ${INSTALL_DATA_DIR} ${DESTDIR}${DOCDIR}
-       ${INSTALL_DATA} ${_DISTDIR}/ReadMe.htm ${DESTDIR}${DOCDIR}
+       ${INSTALL_DATA} ${WRKDIR}/*.ttf \
+               ${DESTDIR}${PREFIX}/share/fonts/X11/TTF
+       ${INSTALL_DATA} ${_DISTDIR}/ReadMe.htm \
+               ${DESTDIR}${PREFIX}/share/doc/cyberbit-ttf
diff -r 5885929f3749 -r 57fc93555b2d fonts/cyberbit-ttf/PLIST
--- a/fonts/cyberbit-ttf/PLIST  Sun Jan 07 21:37:55 2018 +0000
+++ b/fonts/cyberbit-ttf/PLIST  Sun Jan 07 21:56:35 2018 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.8 2018/01/01 22:29:30 rillig Exp $
-share/doc/html/cyberbit-ttf/ReadMe.htm
+@comment $NetBSD: PLIST,v 1.9 2018/01/07 21:56:35 rillig Exp $
+share/doc/cyberbit-ttf/ReadMe.htm
 share/fonts/X11/TTF/Cyberbit.ttf



Home | Main Index | Thread Index | Old Index