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 /net | |
parent | i'm sorry. (diff) |
/bin/sh -> ${SH}
Diffstat (limited to 'net')
-rw-r--r-- | net/bb/Makefile | 4 | ||||
-rw-r--r-- | net/cap/Makefile | 4 | ||||
-rw-r--r-- | net/cvsup-mirror/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 5f6599b288a3..e1c01d15eba6 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,7 +3,7 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.15 1997/03/04 05:14:57 asami Exp $ +# $Id: Makefile,v 1.16 1997/05/04 03:26:54 max Exp $ # DISTNAME= bb @@ -22,7 +22,7 @@ BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache #NO_CDROM= "It can't be sold" post-configure: - ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) + ( cd ${WRKSRC}/doc; ${SH} bbconfig freebsd ) @${CP} ${FILESDIR}/Makefile ${WRKSRC} do-install: diff --git a/net/cap/Makefile b/net/cap/Makefile index 37a7222a8066..5e4071339bfa 100644 --- a/net/cap/Makefile +++ b/net/cap/Makefile @@ -3,7 +3,7 @@ # Date created: 09 Nov 1996 # Whom: Masafumi NAKANE <max@FreeBSD.ORG> # -# $Id: Makefile,v 1.1.1.1 1996/12/01 12:08:47 max Exp $ +# $Id: Makefile,v 1.2 1997/06/10 16:28:36 max Exp $ # DISTNAME= cap60.pl100 @@ -100,6 +100,6 @@ post-install: @ln -fs ${PREFIX}/man/man3/CAP.3${GZ} ${PREFIX}/man/man3/${f}.3${GZ} .endfor @ln -fs ${PREFIX}/man/man8/papif.8${GZ} ${PREFIX}/man/man8/papof.8${GZ} - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include "bsd.port.mk" diff --git a/net/cvsup-mirror/Makefile b/net/cvsup-mirror/Makefile index 12a69e97a2a0..ea85f8b5bdac 100644 --- a/net/cvsup-mirror/Makefile +++ b/net/cvsup-mirror/Makefile @@ -3,7 +3,7 @@ # Date created: 01 February 1997 # Whom: jdp # -# $Id: Makefile,v 1.1.1.1 1997/02/02 04:11:33 jdp Exp $ +# $Id: Makefile,v 1.2 1997/02/06 06:50:40 asami Exp $ # DISTNAME= cvsup-mirror-1.0 @@ -41,6 +41,6 @@ do-install: @${CP} /dev/null ${base}/.start_server post-install: - @PREFIX=${PREFIX} /bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @PREFIX=${PREFIX} ${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL .include <bsd.port.mk> |