diff options
author | max <max@FreeBSD.org> | 1997-07-13 00:53:39 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-13 00:53:39 +0800 |
commit | 9c3e08fc2edb7a468d82c9109606970543a7f0ec (patch) | |
tree | 4ea8c8db02f2279b7f5df7033c46365ed2ba2520 /games/nethack33-qt | |
parent | 7331e4f676305954cb147bc0d7095c4947849775 (diff) | |
download | freebsd-ports-gnome-9c3e08fc2edb7a468d82c9109606970543a7f0ec.tar.gz freebsd-ports-gnome-9c3e08fc2edb7a468d82c9109606970543a7f0ec.tar.zst freebsd-ports-gnome-9c3e08fc2edb7a468d82c9109606970543a7f0ec.zip |
Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.
Diffstat (limited to 'games/nethack33-qt')
-rw-r--r-- | games/nethack33-qt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index 1d4a41c4c5c5..5d60bb2dc385 100644 --- a/games/nethack33-qt/Makefile +++ b/games/nethack33-qt/Makefile @@ -3,7 +3,7 @@ # Date created: So 6 Apr 1997 04:25:57 MET DST # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.5 1997/04/14 15:05:42 andreas Exp $ +# $Id: Makefile,v 1.6 1997/04/15 01:49:44 asami Exp $ # DISTNAME= nethack-3.2.2 @@ -27,7 +27,6 @@ RUN_DEPENDS= auplay:${PORTSDIR}/audio/nas EXTRACT_ONLY= nethack-3.2.2.tar.gz USE_GMAKE= yes -SHELL= /bin/sh MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6 pre-configure: @@ -39,7 +38,7 @@ pre-configure: @echo "!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!" @cd ${WRKSRC}/win; tar xvzf ${DISTDIR}/${QT_PATCH} @cd ${WRKSRC}; patch < win/Qt/nhqt.patch - @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh + @cd ${WRKSRC}/sys/unix; ${SH} setup.sh @cd ${WRKSRC}/src; patch < ${FILESDIR}/src-Makefile.diff @cd ${WRKSRC}/src; patch < ${FILESDIR}/src-sounds.c.diff @cd ${WRKSRC}; patch < ${FILESDIR}/include-unixconf.h.diff |