summaryrefslogtreecommitdiff
path: root/fonts
diff options
context:
space:
mode:
authorjoerg <joerg>2008-04-07 16:33:54 +0000
committerjoerg <joerg>2008-04-07 16:33:54 +0000
commitac8ba6d7855cf12b5307404d7603cb8a6ff8777f (patch)
treef9dd6e7860299b135457f9684d1f869b0439ca58 /fonts
parent12cda5899197a11497ed31e2ad97d7656e9f84eb (diff)
downloadpkgsrc-ac8ba6d7855cf12b5307404d7603cb8a6ff8777f.tar.gz
Fix DESTDIR.
Diffstat (limited to '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}; \