summaryrefslogtreecommitdiff
path: root/japanese/vfghostscript
diff options
context:
space:
mode:
authorMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
committerMasafumi Max NAKANE <max@FreeBSD.org>1997-07-13 18:49:31 +0000
commit75c141cc7d736952bf07a9d39dec314d0eec2756 (patch)
tree256308edd11c3a6acf6a107bbdda9994cd8db1b9 /japanese/vfghostscript
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'japanese/vfghostscript')
-rw-r--r--japanese/vfghostscript/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/japanese/vfghostscript/Makefile b/japanese/vfghostscript/Makefile
index 7967fdb4a87d..4ed3845e38ff 100644
--- a/japanese/vfghostscript/Makefile
+++ b/japanese/vfghostscript/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 May 1996
# Whom: Mita Yoshio <mita@jp.FreeBSD.org>
#
-# $Id: Makefile,v 1.6 1996/11/18 10:24:17 asami Exp $
+# $Id: Makefile,v 1.7 1996/12/07 00:20:40 asami Exp $
#
DISTNAME= ghostscript2.6.2
@@ -63,11 +63,11 @@ pre-patch:
@${CP} ${WRKSRC}/unix-gcc.mak ${WRKSRC}/Makefile
.if defined(BATCH)
@(cd ${WRKSRC} ; \
- /bin/sh ${FILESDIR}/printer.sh BATCH; \
+ ${SH} ${FILESDIR}/printer.sh BATCH; \
)
.else
@(cd ${WRKSRC} ; \
- /bin/sh ${FILESDIR}/printer.sh; \
+ ${SH} ${FILESDIR}/printer.sh; \
)
.endif
@${CAT} ${WRKSRC}/kfvflib.mak >> ${WRKSRC}/Makefile