summaryrefslogtreecommitdiff
path: root/korean/hanyangfonts/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1998-11-18 11:38:57 +0000
committerSatoshi Asami <asami@FreeBSD.org>1998-11-18 11:38:57 +0000
commit558277333228a221cebf87adbd1c9d16a34319a3 (patch)
treefdfa506b2460c3a9589e5c20664ec8e9e8467239 /korean/hanyangfonts/Makefile
parentUm, I think you got yourself confused. This is a simple case of DISTNAME (diff)
Somehow forgot to commit this file. Sorry. (Move fonts to local.)
PR: 8717 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14638
Diffstat (limited to 'korean/hanyangfonts/Makefile')
-rw-r--r--korean/hanyangfonts/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/korean/hanyangfonts/Makefile b/korean/hanyangfonts/Makefile
index 5f41b074f1f4..34c39c50b83c 100644
--- a/korean/hanyangfonts/Makefile
+++ b/korean/hanyangfonts/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 Mar 1997
# Whom: Choi Jun Ho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.5 1998/08/05 09:31:21 asami Exp $
+# $Id: Makefile,v 1.6 1998/08/07 22:43:10 asami Exp $
#
DISTNAME= hanyang-font-pcf
@@ -28,10 +28,11 @@ do-build:
done; \
do-install:
+ -mkdir -p ${PREFIX}/lib/X11/fonts/local
@cd ${WRKSRC}; \
for file in ${FONTS}; do \
- ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/misc; \
+ ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \
done; \
- mkfontdir ${PREFIX}/lib/X11/fonts/misc
+ mkfontdir ${PREFIX}/lib/X11/fonts/local
.include <bsd.port.mk>