diff options
author | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-13 18:49:31 +0000 |
commit | d9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch) | |
tree | 90fa7ca1dda4490c9b02cdbbb089050298c3c37d /net | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz |
/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 5f6599b..e1c01d1 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 37a7222..5e40713 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 12a69e9..ea85f8b 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> |