aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack34-qt/Makefile
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
committermharo <mharo@FreeBSD.org>1999-08-23 03:01:07 +0800
commit89e9e517a9f1c97f22317b99b12b1133075eab02 (patch)
treefaad1b92712e2988cd55bc71cc77494abb6ed655 /games/nethack34-qt/Makefile
parent164234dfead0f28fb873b763e6f378cb3313f426 (diff)
downloadfreebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.zst
freebsd-ports-gnome-89e9e517a9f1c97f22317b99b12b1133075eab02.zip
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/nethack34-qt/Makefile')
-rw-r--r--games/nethack34-qt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/games/nethack34-qt/Makefile b/games/nethack34-qt/Makefile
index 46e8590cb241..a5e52f6d17a3 100644
--- a/games/nethack34-qt/Makefile
+++ b/games/nethack34-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.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} "-----------------------"