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 | |
parent | 076399b59945682d4b7e91d2fe8f4fdf2995361c (diff) | |
download | ports-75c141cc7d736952bf07a9d39dec314d0eec2756.tar.gz ports-75c141cc7d736952bf07a9d39dec314d0eec2756.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript5/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript55/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript6/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 6 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 6 | ||||
-rw-r--r-- | print/ghostview/Makefile | 4 | ||||
-rw-r--r-- | print/gv/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX-base/Makefile | 4 | ||||
-rw-r--r-- | print/teTeX/Makefile | 4 |
12 files changed, 32 insertions, 32 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 15d368b16921..016802415e01 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/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: diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index 15d368b16921..016802415e01 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: 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: 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: 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 <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: diff --git a/print/ghostscript6/Makefile b/print/ghostscript6/Makefile index 15d368b16921..016802415e01 100644 --- a/print/ghostscript6/Makefile +++ b/print/ghostscript6/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: diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index 15d368b16921..016802415e01 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/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: diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 15d368b16921..016802415e01 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/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: diff --git a/print/ghostview/Makefile b/print/ghostview/Makefile index e4362a31ecf1..791add1e05cb 100644 --- a/print/ghostview/Makefile +++ b/print/ghostview/Makefile @@ -3,7 +3,7 @@ # Date created: 21 October 1994 # Whom: jkh # -# $Id: Makefile,v 1.8 1996/11/18 10:25:35 asami Exp $ +# $Id: Makefile,v 1.9 1997/01/14 09:11:49 asami Exp $ # DISTNAME= ghostview-1.5 @@ -15,6 +15,6 @@ MAINTAINER= ports@FreeBSD.org USE_IMAKE= yes post-install: - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/print/gv/Makefile b/print/gv/Makefile index fdfcb0037ff3..cf90a77a74f3 100644 --- a/print/gv/Makefile +++ b/print/gv/Makefile @@ -3,7 +3,7 @@ # Date created: 16 Apr 1996 # Whom: tg@freebsd.org # -# $Id: Makefile,v 1.14 1997/06/11 05:02:06 asami Exp $ +# $Id: Makefile,v 1.15 1997/06/23 07:35:15 tg Exp $ # DISTNAME= gv-3.5.8 @@ -20,6 +20,6 @@ post-install: .if !defined(NOPORTDOCS) @(cd ${WRKSRC}; ${MAKE} install.doc) .endif - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 8e1f921a966c..3d32e718dad6 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer <br@schiele-ct.de> # -# $Id: Makefile,v 1.17 1997/02/27 09:05:09 tg Exp $ +# $Id: Makefile,v 1.18 1997/04/13 00:33:24 obrien Exp $ # DISTNAME= teTeX-src-0.4 @@ -51,6 +51,6 @@ pre-install: post-install: @(cd ${PREFIX}/bin ; /bin/ln -sf virtex latex) @(cd ${PREFIX}/bin ; /bin/ln -sf virtex tex) - @${SETENV} PREFIX=${PREFIX} /bin/sh files/install-note + @${SETENV} PREFIX=${PREFIX} ${SH} ${FILESDIR}/install-note .include <bsd.port.mk> diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 8e1f921a966c..3d32e718dad6 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -3,7 +3,7 @@ # Date created: 5 December 1996 # Whom: Bernd Rosauer <br@schiele-ct.de> # -# $Id: Makefile,v 1.17 1997/02/27 09:05:09 tg Exp $ +# $Id: Makefile,v 1.18 1997/04/13 00:33:24 obrien Exp $ # DISTNAME= teTeX-src-0.4 @@ -51,6 +51,6 @@ pre-install: post-install: @(cd ${PREFIX}/bin ; /bin/ln -sf virtex latex) @(cd ${PREFIX}/bin ; /bin/ln -sf virtex tex) - @${SETENV} PREFIX=${PREFIX} /bin/sh files/install-note + @${SETENV} PREFIX=${PREFIX} ${SH} ${FILESDIR}/install-note .include <bsd.port.mk> |