summaryrefslogtreecommitdiff
path: root/fonts/artwiz-fonts
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-12-29 07:31:31 +0000
committerjlam <jlam@pkgsrc.org>2005-12-29 07:31:31 +0000
commitb82726cb2d2b5c8b584e9cd090bf62230d667d2b (patch)
treeef9be7645871b7bcc0e25cd733ce259356a24ee2 /fonts/artwiz-fonts
parent1859f144b4a7b5c0d93c8ba07a0247edfc142ebd (diff)
downloadpkgsrc-b82726cb2d2b5c8b584e9cd090bf62230d667d2b.tar.gz
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 (limited to 'fonts/artwiz-fonts')
-rw-r--r--fonts/artwiz-fonts/Makefile6
1 files changed, 3 insertions, 3 deletions
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