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 /games | |
parent | 0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff) | |
download | freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.zst freebsd-ports-gnome-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip |
/bin/sh -> ${SH}
Diffstat (limited to 'games')
-rw-r--r-- | games/doom/Makefile | 4 | ||||
-rw-r--r-- | games/linuxdoom/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile index a643114eb78a..10abcbe6497d 100644 --- a/games/doom/Makefile +++ b/games/doom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1996/12/12 05:22:21 asami Exp $ +# $Id: Makefile,v 1.3 1996/12/19 14:33:02 erich Exp $ # DISTNAME= doom-1.8 @@ -27,7 +27,7 @@ pre-install: @sed 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGDIR}/INSTALL post-install: - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL pre-clean: @rm -f ${PKGDIR}/INSTALL diff --git a/games/linuxdoom/Makefile b/games/linuxdoom/Makefile index a643114eb78a..10abcbe6497d 100644 --- a/games/linuxdoom/Makefile +++ b/games/linuxdoom/Makefile @@ -3,7 +3,7 @@ # Date created: Mon Dec 9 09:42:37 CST 1996 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.2 1996/12/12 05:22:21 asami Exp $ +# $Id: Makefile,v 1.3 1996/12/19 14:33:02 erich Exp $ # DISTNAME= doom-1.8 @@ -27,7 +27,7 @@ pre-install: @sed 's,@PREFIX@,${PREFIX},' ${PKGDIR}/INSTALL.in > ${PKGDIR}/INSTALL post-install: - @/bin/sh ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL + @${SH} ${PKGDIR}/INSTALL ${PKGNAME} POST-INSTALL pre-clean: @rm -f ${PKGDIR}/INSTALL |