diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 23:33:47 +0000 |
commit | 235481b52a44969361f4c688e6e9d10798bd35d9 (patch) | |
tree | d4069fbea1d4f696753c9b5ab1500babadc62de2 /korean | |
parent | 8b6def2e156a5db9ad4f6d2291f8421ebb21bd14 (diff) | |
download | ports-235481b52a44969361f4c688e6e9d10798bd35d9.tar.gz ports-235481b52a44969361f4c688e6e9d10798bd35d9.zip |
Notes
Diffstat (limited to 'korean')
-rw-r--r-- | korean/hanyangfonts/Makefile | 4 | ||||
-rw-r--r-- | korean/johabfonts/Makefile | 4 | ||||
-rw-r--r-- | korean/mizifont/Makefile | 6 | ||||
-rw-r--r-- | korean/pinetreefonts/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/korean/hanyangfonts/Makefile b/korean/hanyangfonts/Makefile index 34c39c50b83c..d0386960ca50 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.6 1998/08/07 22:43:10 asami Exp $ +# $Id: Makefile,v 1.7 1998/11/18 11:38:57 asami Exp $ # DISTNAME= hanyang-font-pcf @@ -28,7 +28,7 @@ do-build: done; \ do-install: - -mkdir -p ${PREFIX}/lib/X11/fonts/local + -${MKDIR} ${PREFIX}/lib/X11/fonts/local @cd ${WRKSRC}; \ for file in ${FONTS}; do \ ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ 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> diff --git a/korean/mizifont/Makefile b/korean/mizifont/Makefile index 2f35ac70ce7a..962c7c72ad08 100644 --- a/korean/mizifont/Makefile +++ b/korean/mizifont/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Mar 1998 # Whom: CHOI Junho <cjh@kr.freebsd.org> # -# $Id: Makefile,v 1.8 1998/12/10 15:46:40 kuriyama Exp $ +# $Id: Makefile,v 1.9 1999/07/22 04:39:55 cpiazza Exp $ # DISTNAME= xfntmizi-1.1-2.noarch @@ -42,13 +42,13 @@ do-build: done do-install: - @mkdir -p ${PREFIX}/lib/X11/fonts/local + @${MKDIR} ${PREFIX}/lib/X11/fonts/local for i in ${WRKDIR}/*.gz; do \ ${INSTALL_DATA} $$i ${PREFIX}/lib/X11/fonts/local/; \ done cd ${PREFIX}/lib/X11/fonts/local/ ; mkfontdir post-install: - @cat ${PKGDIR}/MESSAGE + @${CAT} ${PKGDIR}/MESSAGE .include <bsd.port.mk> diff --git a/korean/pinetreefonts/Makefile b/korean/pinetreefonts/Makefile index 967c72c03409..f18392147f87 100644 --- a/korean/pinetreefonts/Makefile +++ b/korean/pinetreefonts/Makefile @@ -3,7 +3,7 @@ # Date created: 22 Mar 1997 # Whom: CHOI Junho <junker@jazz.snu.ac.kr> # -# $Id: Makefile,v 1.7 1998/10/04 10:25:51 kuriyama Exp $ +# $Id: Makefile,v 1.8 1998/11/17 04:14:01 asami Exp $ # DISTNAME= pinetree.precomposed-1.01-bdf @@ -30,7 +30,7 @@ do-build: mkfontdir . do-install: - -mkdir -p ${PREFIX}/lib/X11/fonts/local + -${MKDIR} ${PREFIX}/lib/X11/fonts/local @cd ${WRKSRC}; \ for file in ${FONTS}; do \ ${INSTALL_DATA} "$$file".pcf.gz ${PREFIX}/lib/X11/fonts/local; \ |