From 9e477aa28b63954db53bef626a6e47020b24d4ad Mon Sep 17 00:00:00 2001 From: jlam Date: Thu, 29 Dec 2005 07:31:31 +0000 Subject: 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. --- fonts/artwiz-fonts/Makefile | 6 +++--- fonts/biznet-iso8859_2/Makefile | 5 +++-- fonts/biznet-iso8859_2/PLIST | 5 +---- 3 files changed, 7 insertions(+), 9 deletions(-) (limited to 'fonts') diff --git a/fonts/artwiz-fonts/Makefile b/fonts/artwiz-fonts/Makefile index 11fedabbed7..1e6a302a95e 100644 --- a/fonts/artwiz-fonts/Makefile +++ b/fonts/artwiz-fonts/Makefile @@ -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_BUILD= yes 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 --git a/fonts/biznet-iso8859_2/Makefile b/fonts/biznet-iso8859_2/Makefile index daa14951052..73e2a84bea2 100644 --- a/fonts/biznet-iso8859_2/Makefile +++ b/fonts/biznet-iso8859_2/Makefile @@ -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 @@ NO_BUILD= YES 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 --git a/fonts/biznet-iso8859_2/PLIST b/fonts/biznet-iso8859_2/PLIST index 078368f2e08..1a54746ff7c 100644 --- a/fonts/biznet-iso8859_2/PLIST +++ b/fonts/biznet-iso8859_2/PLIST @@ -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 -- cgit v1.2.3