diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 89e9e517a9f1c97f22317b99b12b1133075eab02 (patch) | |
tree | faad1b92712e2988cd55bc71cc77494abb6ed655 /games/nethack32/Makefile | |
parent | 164234dfead0f28fb873b763e6f378cb3313f426 (diff) | |
download | FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.zip FreeBSD-ports-89e9e517a9f1c97f22317b99b12b1133075eab02.tar.gz |
chmod -> ${CHMOD}
chown -> ${CHOWN}
Diffstat (limited to 'games/nethack32/Makefile')
-rw-r--r-- | games/nethack32/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack32/Makefile b/games/nethack32/Makefile index b046803..94cbd8d 100644 --- a/games/nethack32/Makefile +++ b/games/nethack32/Makefile @@ -3,7 +3,7 @@ # Date created: 27 March 1995 # Whom: asami # -# $Id: Makefile,v 1.18 1998/12/10 17:24:31 vanilla Exp $ +# $Id: Makefile,v 1.19 1999/01/27 07:41:13 fenner Exp $ # DISTNAME= nethack-3.2.2 @@ -23,7 +23,7 @@ pre-configure: @cd ${WRKSRC}/sys/unix; ${SH} setup.sh 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 |