summaryrefslogtreecommitdiffstats
path: root/japanese
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-07-14 06:25:59 +0000
committerasami <asami@FreeBSD.org>1997-07-14 06:25:59 +0000
commitde4b9b4ad9d5f1cae4f2d2594345f1d474c216cc (patch)
treea2230e446ada6beb2cbf4abc78d05a3abbae1939 /japanese
parent892056a38feb0866add676ed8bf3d9a4897d9eed (diff)
downloadFreeBSD-ports-de4b9b4ad9d5f1cae4f2d2594345f1d474c216cc.zip
FreeBSD-ports-de4b9b4ad9d5f1cae4f2d2594345f1d474c216cc.tar.gz
Oops, forgot to take off "-p" when I changed "mkdir" to "${MKDIR}".
Diffstat (limited to 'japanese')
-rw-r--r--japanese/vfghostscript5/Makefile4
-rw-r--r--japanese/vfghostscript55/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/japanese/vfghostscript5/Makefile b/japanese/vfghostscript5/Makefile
index 945c6c5..2f665d6 100644
--- a/japanese/vfghostscript5/Makefile
+++ b/japanese/vfghostscript5/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1997/04/30 16:02:58 max Exp $
+# $Id: Makefile,v 1.9 1997/07/12 10:53:37 asami Exp $
#
DISTNAME= ghostscript-4.03
@@ -75,7 +75,7 @@ post-patch:
@${CAT} ${WRKSRC}/mjc.dev >> ${WRKSRC}/unix-gcc.mak
pre-install:
- @${MKDIR} -p ${PREFIX}/share/ghostscript
+ @${MKDIR} ${PREFIX}/share/ghostscript
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD}
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER}
diff --git a/japanese/vfghostscript55/Makefile b/japanese/vfghostscript55/Makefile
index 945c6c5..2f665d6 100644
--- a/japanese/vfghostscript55/Makefile
+++ b/japanese/vfghostscript55/Makefile
@@ -3,7 +3,7 @@
# Date created: 23 Nov 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.8 1997/04/30 16:02:58 max Exp $
+# $Id: Makefile,v 1.9 1997/07/12 10:53:37 asami Exp $
#
DISTNAME= ghostscript-4.03
@@ -75,7 +75,7 @@ post-patch:
@${CAT} ${WRKSRC}/mjc.dev >> ${WRKSRC}/unix-gcc.mak
pre-install:
- @${MKDIR} -p ${PREFIX}/share/ghostscript
+ @${MKDIR} ${PREFIX}/share/ghostscript
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_STD}
@tar -C ${PREFIX}/share/ghostscript -xzf ${DISTDIR}/${GS_FONTS_OTHER}
OpenPOWER on IntegriCloud