diff options
author | Andreas Schulz <ats@FreeBSD.org> | 1995-03-30 09:49:57 +0000 |
---|---|---|
committer | Andreas Schulz <ats@FreeBSD.org> | 1995-03-30 09:49:57 +0000 |
commit | 64aa1cef2c113610dd3737ad8bddf13fbf1db6cf (patch) | |
tree | 99e0fcd2d0154601f62e41cc15a99278dbf56b24 | |
parent | added mit-scheme to the SUBDIR variable. (diff) |
Add a SHELL= /bin/sh line. My tcsh gots upset executing the setup.sh
called from the makefile :-).
Notes
Notes:
svn path=/head/; revision=1246
Diffstat (limited to '')
-rw-r--r-- | games/nethack/Makefile | 3 | ||||
-rw-r--r-- | games/nethack3-tty/Makefile | 3 | ||||
-rw-r--r-- | games/nethack3/Makefile | 3 | ||||
-rw-r--r-- | games/nethack32/Makefile | 3 | ||||
-rw-r--r-- | games/nethack33-nox11/Makefile | 3 | ||||
-rw-r--r-- | games/nethack33/Makefile | 3 | ||||
-rw-r--r-- | games/nethack34-nox11/Makefile | 3 | ||||
-rw-r--r-- | games/nethack34/Makefile | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack/Makefile +++ b/games/nethack/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack3-tty/Makefile b/games/nethack3-tty/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack3-tty/Makefile +++ b/games/nethack3-tty/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack3/Makefile b/games/nethack3/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack3/Makefile +++ b/games/nethack3/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack33-nox11/Makefile b/games/nethack33-nox11/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack33-nox11/Makefile +++ b/games/nethack33-nox11/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack33/Makefile b/games/nethack33/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack33/Makefile +++ b/games/nethack33/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack34-nox11/Makefile b/games/nethack34-nox11/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack34-nox11/Makefile +++ b/games/nethack34-nox11/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index a77296b7f0e2..d5e03715d3da 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1995/03/28 12:13:25 asami Exp $ # DISTNAME= nethack3.1.3 @@ -13,6 +13,7 @@ MAINTAINER= asami@FreeBSD.ORG WRKSRC= ${WRKDIR}/nethack313 USE_GMAKE= yes PKGNAME= nethack-3.1.3 +SHELL= /bin/sh pre-configure: @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh |