summaryrefslogtreecommitdiff
path: root/korean/johabfonts/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1998-11-21 20:08:11 +0000
committerSteve Price <steve@FreeBSD.org>1998-11-21 20:08:11 +0000
commit6bffea543319de8efb96dbaaa31a107c42c7dae8 (patch)
treec6936250fea60ef21e8a274c66f4afe94f24d3d0 /korean/johabfonts/Makefile
parentMake this port deinstall cleanly. (diff)
Install files in new fonts/local directory.
PR: 8719 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=14744
Diffstat (limited to 'korean/johabfonts/Makefile')
-rw-r--r--korean/johabfonts/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile
index 04d904d5add4..606dd24fcda1 100644
--- a/korean/johabfonts/Makefile
+++ b/korean/johabfonts/Makefile
@@ -3,7 +3,7 @@
# Date created: 15 Mar 1998
# Whom: CHOI Junho <junker@jazz.snu.ac.kr>
#
-# $Id: Makefile,v 1.4 1998/04/19 15:50:11 steve Exp $
+# $Id: Makefile,v 1.5 1998/08/07 22:43:10 asami Exp $
#
DISTNAME= hanterm304fonts
@@ -17,4 +17,7 @@ MAINTAINER= junker@jazz.snu.ac.kr
USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
+pre-install:
+ -mkdir -p ${PREFIX}/lib/X11/fonts/local
+
.include <bsd.port.mk>