summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authormax <max@FreeBSD.org>1997-07-13 18:49:31 +0000
committermax <max@FreeBSD.org>1997-07-13 18:49:31 +0000
commitd9b38f789b2ef353caeb3131574a8a7d00e6eb17 (patch)
tree90fa7ca1dda4490c9b02cdbbb089050298c3c37d /games
parent0a12895c5a1bf7189d7dac551c80f5cec3336367 (diff)
downloadFreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.zip
FreeBSD-ports-d9b38f789b2ef353caeb3131574a8a7d00e6eb17.tar.gz
/bin/sh -> ${SH}
Diffstat (limited to 'games')
-rw-r--r--games/doom/Makefile4
-rw-r--r--games/linuxdoom/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/doom/Makefile b/games/doom/Makefile
index a643114..10abcbe 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 a643114..10abcbe 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
OpenPOWER on IntegriCloud