diff options
author | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | Masafumi Max NAKANE <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | 75c141cc7d736952bf07a9d39dec314d0eec2756 (patch) | |
tree | 256308edd11c3a6acf6a107bbdda9994cd8db1b9 /print/ghostscript-gpl | |
parent | 076399b59945682d4b7e91d2fe8f4fdf2995361c (diff) | |
download | ports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip |
Notes
Diffstat (limited to 'print/ghostscript-gpl')
-rw-r--r-- | print/ghostscript-gpl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 15d368b16921..016802415e01 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/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: |