From 558277333228a221cebf87adbd1c9d16a34319a3 Mon Sep 17 00:00:00 2001 From: Satoshi Asami Date: Wed, 18 Nov 1998 11:38:57 +0000 Subject: Somehow forgot to commit this file. Sorry. (Move fonts to local.) PR: 8717 Submitted by: maintainer --- korean/hanyangfonts/Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'korean/hanyangfonts/Makefile') 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 # -# $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 -- cgit v1.2.3