summaryrefslogtreecommitdiff
path: root/fonts/profont
diff options
context:
space:
mode:
authorjlam <jlam>2005-06-16 06:57:37 +0000
committerjlam <jlam>2005-06-16 06:57:37 +0000
commit087b0988c7c2bfaa3823a225f61757e9256e11a3 (patch)
tree3ccd645970d07eb5e027f9f4978696237c5cd04b /fonts/profont
parent383f864b8f8e060b2294382bed67a87ab22eba6a (diff)
downloadpkgsrc-087b0988c7c2bfaa3823a225f61757e9256e11a3.tar.gz
Create directories before installing files into them.
Diffstat (limited to 'fonts/profont')
-rw-r--r--fonts/profont/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fonts/profont/Makefile b/fonts/profont/Makefile
index 557758c9b0b..d4a6d077e53 100644
--- a/fonts/profont/Makefile
+++ b/fonts/profont/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2004/04/19 05:30:52 snj Exp $
+# $NetBSD: Makefile,v 1.3 2005/06/16 06:57:52 jlam Exp $
#
DISTNAME= profontlinux
@@ -17,6 +17,7 @@ USE_X11BASE= yes
USE_PKGINSTALL= yes
FONTS_X11_DIRS= ${PREFIX}/lib/X11/fonts/misc
+INSTALLATION_DIRS= lib/X11/fonts/misc
do-install:
for i in ${WRKDIR}/*.pcf; do ${INSTALL_DATA} $$i ${FONTS_X11_DIRS}; done