pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/fonts Use REQD_DIRS instead of OWN_DIRS since we alway...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e33391f57de5
branches: trunk
changeset: 505031:e33391f57de5
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Dec 29 07:31:31 2005 +0000
description:
Use REQD_DIRS instead of OWN_DIRS since we always want these directories
to be created during installation and removed (if empty) during
de-installation. Also, remove any @exec/@unexec lines from the PLISTs
that are made unnecessary by using REQD_DIRS.
Bump the PKGREVISION since the binary package behavior changed.
diffstat:
fonts/artwiz-fonts/Makefile | 6 +++---
fonts/biznet-iso8859_2/Makefile | 5 +++--
fonts/biznet-iso8859_2/PLIST | 5 +----
3 files changed, 7 insertions(+), 9 deletions(-)
diffs (59 lines):
diff -r ce61d7b8ed6c -r e33391f57de5 fonts/artwiz-fonts/Makefile
--- a/fonts/artwiz-fonts/Makefile Thu Dec 29 07:04:27 2005 +0000
+++ b/fonts/artwiz-fonts/Makefile Thu Dec 29 07:31:31 2005 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.9 2005/12/29 07:04:27 jlam Exp $
+# $NetBSD: Makefile,v 1.10 2005/12/29 07:31:31 jlam Exp $
#
DISTNAME= artwiz-aleczapka-1.3
PKGNAME= ${DISTNAME:S/aleczapka/fonts/}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= fonts
MASTER_SITES= http://fluxbox.org/artwiz-aleczapka/
EXTRACT_SUFX= .tar.bz2
@@ -19,7 +19,7 @@
NO_CONFIGURE= yes
FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/artwiz
-OWN_DIRS= ${PREFIX}/lib/X11/fonts/artwiz
+REQD_DIRS= ${PREFIX}/lib/X11/fonts/artwiz
do-install:
for i in ${WRKSRC}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_DIRS.x11}; done
diff -r ce61d7b8ed6c -r e33391f57de5 fonts/biznet-iso8859_2/Makefile
--- a/fonts/biznet-iso8859_2/Makefile Thu Dec 29 07:04:27 2005 +0000
+++ b/fonts/biznet-iso8859_2/Makefile Thu Dec 29 07:31:31 2005 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.7 2005/12/29 07:04:27 jlam Exp $
+# $NetBSD: Makefile,v 1.8 2005/12/29 07:31:31 jlam Exp $
#
DISTNAME= ISO8859-2-pcf
PKGNAME= biznet-iso8859_2-1.0
+PKGREVISION= 1
CATEGORIES= fonts x11
MASTER_SITES= http://www.biz.net.pl/images/
@@ -17,7 +18,7 @@
USE_TOOLS+= gzip
FONTDIR= ${PREFIX}/lib/X11/fonts/biznet
-OWN_DIRS= ${FONTDIR}
+REQD_DIRS= ${FONTDIR} ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc
FONTS_DIRS.x11= ${FONTDIR}/75dpi ${FONTDIR}/100dpi ${FONTDIR}/misc
do-install:
diff -r ce61d7b8ed6c -r e33391f57de5 fonts/biznet-iso8859_2/PLIST
--- a/fonts/biznet-iso8859_2/PLIST Thu Dec 29 07:04:27 2005 +0000
+++ b/fonts/biznet-iso8859_2/PLIST Thu Dec 29 07:31:31 2005 +0000
@@ -1,7 +1,4 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2003/03/17 14:17:44 skrll Exp $
-@exec ${MKDIR} %D/lib/X11/fonts/biznet/100dpi
-@exec ${MKDIR} %D/lib/X11/fonts/biznet/75dpi
-@exec ${MKDIR} %D/lib/X11/fonts/biznet/misc
+@comment $NetBSD: PLIST,v 1.2 2005/12/29 07:31:31 jlam Exp $
lib/X11/fonts/biznet/100dpi/UTI___10.pcf.gz
lib/X11/fonts/biznet/100dpi/UTI___12.pcf.gz
lib/X11/fonts/biznet/100dpi/UTI___14.pcf.gz
Home |
Main Index |
Thread Index |
Old Index