pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/fonts/artwiz-fonts fonts.dir must not be registered in...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/32f07fe7e290
branches:  trunk
changeset: 465042:32f07fe7e290
user:      jmmv <jmmv%pkgsrc.org@localhost>
date:      Fri Dec 19 23:40:17 2003 +0000

description:
fonts.dir must not be registered in the PLIST (it's handled by fonts.mk).
Bump PKGREVISION to 1.  While here, some Makefile cleanup.

diffstat:

 fonts/artwiz-fonts/Makefile |  15 ++++++++-------
 fonts/artwiz-fonts/PLIST    |   3 +--
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (55 lines):

diff -r 27667dfb3851 -r 32f07fe7e290 fonts/artwiz-fonts/Makefile
--- a/fonts/artwiz-fonts/Makefile       Fri Dec 19 23:18:49 2003 +0000
+++ b/fonts/artwiz-fonts/Makefile       Fri Dec 19 23:40:17 2003 +0000
@@ -1,26 +1,27 @@
-# $NetBSD: Makefile,v 1.3 2003/09/02 23:38:24 jmc Exp $
+# $NetBSD: Makefile,v 1.4 2003/12/19 23:40:17 jmmv Exp $
 #
 
 DISTNAME=      artwiz-aleczapka-1.3
 PKGNAME=        ${DISTNAME:S/aleczapka/fonts/}
+PKGREVISION=   1
+WRKSRC=                ${WRKDIR}/artwiz-aleczapka
 CATEGORIES=    fonts
 MASTER_SITES=  http://fluxbox.org/artwiz-aleczapka/
 EXTRACT_SUFX=  .tar.bz2
-WRKSRC=                ${WRKDIR}/artwiz-aleczapka
 
 MAINTAINER=    xtraeme%NetBSD.org@localhost
 HOMEPAGE=      http://www.vastwaters.com/
 COMMENT=       Set of free fonts for X11 desktops
 
 USE_BUILDLINK2=                yes
-NO_BUILD=              yes
-NO_CONFIGURE=          yes
 USE_X11BASE=           yes
 USE_PKGINSTALL=                yes
 
-FONTS=                         ${PREFIX}/lib/X11/fonts/artwiz
-FONTS_X11_DIRS=                ${FONTS}
-OWN_DIRS=              ${FONTS}
+NO_BUILD=              yes
+NO_CONFIGURE=          yes
+
+FONTS_X11_DIRS=                ${PREFIX}/lib/X11/fonts/artwiz
+OWN_DIRS=              ${PREFIX}/lib/X11/fonts/artwiz
 
 do-install:
        for i in ${WRKSRC}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_X11_DIRS}; done
diff -r 27667dfb3851 -r 32f07fe7e290 fonts/artwiz-fonts/PLIST
--- a/fonts/artwiz-fonts/PLIST  Fri Dec 19 23:18:49 2003 +0000
+++ b/fonts/artwiz-fonts/PLIST  Fri Dec 19 23:40:17 2003 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/08/30 14:23:41 xtraeme Exp $
+@comment $NetBSD: PLIST,v 1.2 2003/12/19 23:40:17 jmmv Exp $
 lib/X11/fonts/artwiz/anorexia.pcf
 lib/X11/fonts/artwiz/aqui.pcf
 lib/X11/fonts/artwiz/cure.pcf
@@ -6,7 +6,6 @@
 lib/X11/fonts/artwiz/drift.pcf
 lib/X11/fonts/artwiz/edges.pcf
 lib/X11/fonts/artwiz/fkp.pcf
-lib/X11/fonts/artwiz/fonts.dir
 lib/X11/fonts/artwiz/gelly.pcf
 lib/X11/fonts/artwiz/glisp-bold.pcf
 lib/X11/fonts/artwiz/glisp.pcf



Home | Main Index | Thread Index | Old Index