From d9b38f789b2ef353caeb3131574a8a7d00e6eb17 Mon Sep 17 00:00:00 2001 From: max Date: Sun, 13 Jul 1997 18:49:31 +0000 Subject: /bin/sh -> ${SH} --- print/ghostscript55/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'print/ghostscript55/Makefile') diff --git a/print/ghostscript55/Makefile b/print/ghostscript55/Makefile index 15d368b16921..016802415e01 100644 --- a/print/ghostscript55/Makefile +++ b/print/ghostscript55/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Jun 10 21:58:54 CEST 1997 # Whom: Andreas Klemm # -# $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: -- cgit