pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/converters/bdf2psf bdf2psf: tweak the 'do-install' tar...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/171a1b7a0b85
branches:  trunk
changeset: 420267:171a1b7a0b85
user:      fcambus <fcambus%pkgsrc.org@localhost>
date:      Wed Jan 01 22:26:59 2020 +0000

description:
bdf2psf: tweak the 'do-install' target to install all .equivalents and .set files.

diffstat:

 converters/bdf2psf/Makefile |  7 ++++---
 converters/bdf2psf/PLIST    |  7 ++++++-
 2 files changed, 10 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r d3f84d31e3fd -r 171a1b7a0b85 converters/bdf2psf/Makefile
--- a/converters/bdf2psf/Makefile       Wed Jan 01 22:17:29 2020 +0000
+++ b/converters/bdf2psf/Makefile       Wed Jan 01 22:26:59 2020 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.3 2019/11/19 14:33:04 fcambus Exp $
+# $NetBSD: Makefile,v 1.4 2020/01/01 22:26:59 fcambus Exp $
 
 DISTNAME=      console-setup_1.194
 PKGNAME=       bdf2psf-1.194
+PKGREVISION=   1
 CATEGORIES=    converters
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/c/console-setup/}
 EXTRACT_SUFX=  .tar.xz
@@ -27,8 +28,8 @@
        ${INSTALL_SCRIPT} ${WRKSRC}/Fonts/${PKGBASE} ${DESTDIR}${PREFIX}/bin
        ${INSTALL_MAN} ${WRKSRC}/man/${PKGBASE}.1 \
                ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-       ${INSTALL_DATA} ${WRKSRC}/Fonts/standard.equivalents \
-               ${DESTDIR}${SHAREDIR}
+       ${INSTALL_DATA} ${WRKSRC}/Fonts/*.equivalents ${DESTDIR}${SHAREDIR}
+       ${INSTALL_DATA} ${WRKSRC}/Fonts/*.set ${DESTDIR}${SHAREDIR}
        ${INSTALL_DATA} ${WRKSRC}/Fonts/fontsets/* \
                ${DESTDIR}${SHAREDIR}/fontsets
 
diff -r d3f84d31e3fd -r 171a1b7a0b85 converters/bdf2psf/PLIST
--- a/converters/bdf2psf/PLIST  Wed Jan 01 22:17:29 2020 +0000
+++ b/converters/bdf2psf/PLIST  Wed Jan 01 22:26:59 2020 +0000
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1 2019/08/16 19:31:42 fcambus Exp $
+@comment $NetBSD: PLIST,v 1.2 2020/01/01 22:26:59 fcambus Exp $
 bin/bdf2psf
 man/man1/bdf2psf.1
+share/bdf2psf/arabic.equivalents
+share/bdf2psf/ascii.set
 share/bdf2psf/fontsets/Arabic.512
 share/bdf2psf/fontsets/Armenian.256
 share/bdf2psf/fontsets/CyrAsia.256
@@ -20,4 +22,7 @@
 share/bdf2psf/fontsets/Uni2.512
 share/bdf2psf/fontsets/Uni3.512
 share/bdf2psf/fontsets/Vietnamese.512
+share/bdf2psf/freebsd.set
+share/bdf2psf/linux.set
 share/bdf2psf/standard.equivalents
+share/bdf2psf/useful.set



Home | Main Index | Thread Index | Old Index