diff options
author | max <max@FreeBSD.org> | 1997-07-12 16:53:39 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1997-07-12 16:53:39 +0000 |
commit | 9c3e08fc2edb7a468d82c9109606970543a7f0ec (patch) | |
tree | 4ea8c8db02f2279b7f5df7033c46365ed2ba2520 /japanese/nethack | |
parent | 7331e4f676305954cb147bc0d7095c4947849775 (diff) | |
download | FreeBSD-ports-9c3e08fc2edb7a468d82c9109606970543a7f0ec.zip FreeBSD-ports-9c3e08fc2edb7a468d82c9109606970543a7f0ec.tar.gz |
Use ${SH} from bsd.port.mk instead of locally defined ${SHELL}.
Diffstat (limited to 'japanese/nethack')
-rw-r--r-- | japanese/nethack/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile index 349a61d..d6688b3 100644 --- a/japanese/nethack/Makefile +++ b/japanese/nethack/Makefile @@ -3,7 +3,7 @@ # Date created: 13 February 1995 # Whom: asami # -# $Id: Makefile,v 1.15 1996/12/16 11:14:28 max Exp $ +# $Id: Makefile,v 1.16 1996/12/30 08:32:19 max Exp $ # DISTNAME= nethack-3.2.1 @@ -19,11 +19,10 @@ MAINTAINER= max@FreeBSD.ORG LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm USE_GMAKE= yes -SHELL= /bin/sh MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6 pre-configure: - @cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh + @cd ${WRKSRC}/sys/unix; ${SH} setup.sh pre-install: @cd ${WRKSRC}/doc; chmod 644 *.6 |