summaryrefslogtreecommitdiff
path: root/print/ghostscript5
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 /print/ghostscript5
parenti'm sorry. (diff)
/bin/sh -> ${SH}
Notes
Notes: svn path=/head/; revision=7303
Diffstat (limited to 'print/ghostscript5')
-rw-r--r--print/ghostscript5/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript5/Makefile b/print/ghostscript5/Makefile
index 15d368b16921..016802415e01 100644
--- a/print/ghostscript5/Makefile
+++ b/print/ghostscript5/Makefile
@@ -3,7 +3,7 @@
# Date created: Tue Jun 10 21:58:54 CEST 1997
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
-# $Id: Makefile,v 1.3 1997/06/12 16:48:56 andreas Exp $
+# $Id: Makefile,v 1.4 1997/06/14 09:36:28 andreas Exp $
#
DISTNAME= ghostscript-5.0
@@ -56,10 +56,10 @@ post-extract:
do-configure:
.if defined(BATCH)
@${SETENV} PORTSDIR=${PORTSDIR} WRKSRC=${WRKSRC} \
- /bin/sh ${SCRIPTDIR}/configure.batch
+ ${SH} ${SCRIPTDIR}/configure.batch
.else
@${SETENV} PORTSDIR=${PORTSDIR} WRKSRC=${WRKSRC} \
- /bin/sh ${SCRIPTDIR}/configure
+ ${SH} ${SCRIPTDIR}/configure
.endif
pre-install: