pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2003Q4]: pkgsrc/fonts/artwiz-fonts Pullup correct operation fi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d784464b2aff
branches:  pkgsrc-2003Q4
changeset: 463718:d784464b2aff
user:      agc <agc%pkgsrc.org@localhost>
date:      Tue Dec 30 15:57:23 2003 +0000

description:
Pullup correct operation fix to the pkgsrc-2003Q4 branch. Requested by
Julio M. Merino Vidal.

        Module Name:    pkgsrc
        Committed By:   jmmv
        Date:           Fri Dec 19 23:40:17 UTC 2003

        Modified Files:
                pkgsrc/fonts/artwiz-fonts: Makefile PLIST

        Log Message:
        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 2e91af9c8286 -r d784464b2aff fonts/artwiz-fonts/Makefile
--- a/fonts/artwiz-fonts/Makefile       Tue Dec 30 15:45:01 2003 +0000
+++ b/fonts/artwiz-fonts/Makefile       Tue Dec 30 15:57:23 2003 +0000
@@ -1,26 +1,27 @@
-# $NetBSD: Makefile,v 1.3 2003/09/02 23:38:24 jmc Exp $
+# $NetBSD: Makefile,v 1.3.2.1 2003/12/30 15:57:23 agc 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 2e91af9c8286 -r d784464b2aff fonts/artwiz-fonts/PLIST
--- a/fonts/artwiz-fonts/PLIST  Tue Dec 30 15:45:01 2003 +0000
+++ b/fonts/artwiz-fonts/PLIST  Tue Dec 30 15:57:23 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.1.1.1.2.1 2003/12/30 15:57:23 agc 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