aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack33
diff options
context:
space:
mode:
authorats <ats@FreeBSD.org>1995-03-30 17:49:57 +0800
committerats <ats@FreeBSD.org>1995-03-30 17:49:57 +0800
commit976437a5f49fd07c9071fcabb7c6a51b86f37184 (patch)
tree942d8abd9f72422286e949bb29e3973034b26465 /games/nethack33
parent5759e9324c060d0624cea71ed866e3e8f6c0d86c (diff)
downloadfreebsd-ports-gnome-976437a5f49fd07c9071fcabb7c6a51b86f37184.tar.gz
freebsd-ports-gnome-976437a5f49fd07c9071fcabb7c6a51b86f37184.tar.zst
freebsd-ports-gnome-976437a5f49fd07c9071fcabb7c6a51b86f37184.zip
Add a SHELL= /bin/sh line. My tcsh gots upset executing the setup.sh
called from the makefile :-).
Diffstat (limited to 'games/nethack33')
-rw-r--r--games/nethack33/Makefile3
1 files changed, 2 insertions, 1 deletions
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