summaryrefslogtreecommitdiff
path: root/fonts/artwiz-fonts
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 16:33:54 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 16:33:54 +0000
commita6c71ce45feb9175d40ba3a6a1991bf421c9dd24 (patch)
treef9dd6e7860299b135457f9684d1f869b0439ca58 /fonts/artwiz-fonts
parentac885f305791d2356dda45ed73c70c19f5e4beb2 (diff)
downloadpkgsrc-a6c71ce45feb9175d40ba3a6a1991bf421c9dd24.tar.gz
Fix DESTDIR.
Diffstat (limited to 'fonts/artwiz-fonts')
-rw-r--r--fonts/artwiz-fonts/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/fonts/artwiz-fonts/Makefile b/fonts/artwiz-fonts/Makefile
index 19d9983d970..a48b3266d23 100644
--- a/fonts/artwiz-fonts/Makefile
+++ b/fonts/artwiz-fonts/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2008/03/03 20:17:11 jlam Exp $
+# $NetBSD: Makefile,v 1.15 2008/04/07 16:33:54 joerg Exp $
#
DISTNAME= artwiz-aleczapka-1.3
@@ -23,6 +23,8 @@ NO_CONFIGURE= yes
FONTS_DIRS.x11= ${PREFIX}/lib/X11/fonts/artwiz
REQD_DIRS= ${PREFIX}/lib/X11/fonts/artwiz
+INSTALLATION_DIRS= lib/X11/fonts/artwiz
+
do-install:
for i in ${WRKSRC}/*.pcf; do \
${INSTALL_DATA} $$i ${DESTDIR}${FONTS_DIRS.x11}; \