From 5281212be38447df70380d4e9e8cd0ef1cf11517 Mon Sep 17 00:00:00 2001 From: Michael Haro Date: Sun, 22 Aug 1999 19:01:07 +0000 Subject: chmod -> ${CHMOD} chown -> ${CHOWN} --- games/nethack33-qt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'games/nethack33-qt/Makefile') diff --git a/games/nethack33-qt/Makefile b/games/nethack33-qt/Makefile index 46e8590cb241..a5e52f6d17a3 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 # -# $Id: Makefile,v 1.21 1999/01/27 07:41:13 fenner Exp $ +# $Id: Makefile,v 1.22 1999/05/29 10:57:29 andreas Exp $ # DISTNAME= nethack-3.2.2 @@ -47,15 +47,15 @@ pre-build: (cd ${WRKSRC}/util; ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} tile2x11 ) post-install: - @ cd ${WRKSRC}/doc; chmod 644 *.6 + @ cd ${WRKSRC}/doc; ${CHMOD} 644 *.6 @ cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/nethack ${CP} ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack .endif @ cd ${PREFIX}/lib/nethackdir; tar xzf ${DISTDIR}/${QT_SOUND} - @ cd ${PREFIX}/lib/nethackdir; chown games.games *.au .nethackrc - @ cd ${PREFIX}/lib/nethackdir; chmod 444 *.au .nethackrc + @ cd ${PREFIX}/lib/nethackdir; ${CHOWN} games.games *.au .nethackrc + @ cd ${PREFIX}/lib/nethackdir; ${CHMOD} 444 *.au .nethackrc @ ${ECHO} "-----------------------" @ ${ECHO} "post-installation hints @ ${ECHO} "-----------------------" -- cgit v1.2.3