diff options
author | asami <asami@FreeBSD.org> | 1996-08-30 16:29:55 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-08-30 16:29:55 +0800 |
commit | e190c66ecb8a34c7cf9d5bdea1f3e06c9544f6da (patch) | |
tree | da44b57344e4e6e4241b52ea1860e7ea8b8c111d /games/nethack34 | |
parent | 11f9ca2ccdc83194294765e056efbe124959fcec (diff) | |
download | freebsd-ports-gnome-e190c66ecb8a34c7cf9d5bdea1f3e06c9544f6da.tar.gz freebsd-ports-gnome-e190c66ecb8a34c7cf9d5bdea1f3e06c9544f6da.tar.zst freebsd-ports-gnome-e190c66ecb8a34c7cf9d5bdea1f3e06c9544f6da.zip |
Manpages were installed mode 640.
Submitted by: max@sfc.wide.ac.jp
Diffstat (limited to 'games/nethack34')
-rw-r--r-- | games/nethack34/Makefile | 3 |
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 \ |