aboutsummaryrefslogtreecommitdiffstats
path: root/korean/johabfonts
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 07:33:47 +0800
commite36f9dbee84ccfd7ed078050303a76b569d0ead0 (patch)
tree4f6e254ed273f40def6ec9e6d94066be8e9c6588 /korean/johabfonts
parent26083abcc9eb48fec93239f2c3257eab60edb1c0 (diff)
downloadfreebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.gz
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.tar.zst
freebsd-ports-gnome-e36f9dbee84ccfd7ed078050303a76b569d0ead0.zip
awk -> ${AWK}
basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR}
Diffstat (limited to 'korean/johabfonts')
-rw-r--r--korean/johabfonts/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/korean/johabfonts/Makefile b/korean/johabfonts/Makefile
index 606dd24fcda1..5fe5940ea5f8 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.5 1998/08/07 22:43:10 asami Exp $
+# $Id: Makefile,v 1.6 1998/11/21 20:08:04 steve Exp $
#
DISTNAME= hanterm304fonts
@@ -18,6 +18,6 @@ USE_IMAKE= yes
NO_INSTALL_MANPAGES= yes
pre-install:
- -mkdir -p ${PREFIX}/lib/X11/fonts/local
+ -${MKDIR} ${PREFIX}/lib/X11/fonts/local
.include <bsd.port.mk>