diff options
author | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-14 02:49:31 +0800 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /print/ghostscript-gnu | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | freebsd-ports-graphics-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz freebsd-ports-graphics-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst freebsd-ports-graphics-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip |
/bin/sh -> ${SH}
Diffstat (limited to 'print/ghostscript-gnu')
-rw-r--r-- | print/ghostscript-gnu/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 15d368b1692..016802415e0 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/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: |