diff options
author | steve <steve@FreeBSD.org> | 1998-11-22 04:08:11 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-11-22 04:08:11 +0800 |
commit | 57b4b03d3c679a0b5ff5f823e1b4202ceb2e94aa (patch) | |
tree | 3ca9db437ff7aba18522b8e85616f1e9833a6897 /korean/johabfonts/Makefile | |
parent | 948753d070bb21d151c1d7abf80592931c737137 (diff) | |
download | freebsd-ports-gnome-57b4b03d3c679a0b5ff5f823e1b4202ceb2e94aa.tar.gz freebsd-ports-gnome-57b4b03d3c679a0b5ff5f823e1b4202ceb2e94aa.tar.zst freebsd-ports-gnome-57b4b03d3c679a0b5ff5f823e1b4202ceb2e94aa.zip |
Install files in new fonts/local directory.
PR: 8719
Submitted by: maintainer
Diffstat (limited to 'korean/johabfonts/Makefile')
-rw-r--r-- | korean/johabfonts/Makefile | 5 |
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> |