diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-08-22 19:01:07 +0000 |
commit | 5281212be38447df70380d4e9e8cd0ef1cf11517 (patch) | |
tree | 655e734faae358d2c0edeefd08e9aeac6202b150 /games/nethack34 | |
parent | acfa648bd4bbbfcd4dd84f668832b2ab47009cbd (diff) | |
download | ports-5281212be38447df70380d4e9e8cd0ef1cf11517.tar.gz ports-5281212be38447df70380d4e9e8cd0ef1cf11517.zip |
Notes
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile index b046803c1995..94cbd8d50b91 100644 --- a/games/nethack34/Makefile +++ b/games/nethack34/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 |