diff options
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/nethack/Makefile | 5 | ||||
-rw-r--r-- | japanese/nethack32/Makefile | 5 | ||||
-rw-r--r-- | japanese/nethack34/Makefile | 5 |
3 files changed, 6 insertions, 9 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile index 349a61d1c53c..d6688b37da8a 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 diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile index 349a61d1c53c..d6688b37da8a 100644 --- a/japanese/nethack32/Makefile +++ b/japanese/nethack32/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 diff --git a/japanese/nethack34/Makefile b/japanese/nethack34/Makefile index 349a61d1c53c..d6688b37da8a 100644 --- a/japanese/nethack34/Makefile +++ b/japanese/nethack34/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 |