summaryrefslogtreecommitdiff
path: root/games/nethack34
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-30 08:29:55 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-30 08:29:55 +0000
commit630522a89031f322edf5bbd5f1ecafa8503e6898 (patch)
treebbb26d285de3fba8c460a8c99cdecfa3d4e27012 /games/nethack34
parentChange RESTRICTED to NO_CDROM (diff)
Manpages were installed mode 640.
Submitted by: max@sfc.wide.ac.jp
Notes
Notes: svn path=/head/; revision=3722
Diffstat (limited to 'games/nethack34')
-rw-r--r--games/nethack34/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 94f39655cf32..20dea62126f0 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.6 1996/06/14 07:59:34 asami Exp $
+# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $
#
DISTNAME= nethack-3.2.1
@@ -22,6 +22,7 @@ pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
post-install:
+ @cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; PREFIX=${PREFIX} ${MAKE} manpages
.if !defined(NOMANCOMPRESS)
for file in dgn_comp dlb lev_comp nethack recover; do \