summaryrefslogtreecommitdiff
path: root/games/nethack34/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'games/nethack34/Makefile')
-rw-r--r--games/nethack34/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/games/nethack34/Makefile b/games/nethack34/Makefile
index 20dea62126f0..fec86ba28b26 100644
--- a/games/nethack34/Makefile
+++ b/games/nethack34/Makefile
@@ -3,13 +3,14 @@
# Date created: 27 March 1995
# Whom: asami
#
-# $Id: Makefile,v 1.7 1996/07/23 10:34:25 asami Exp $
+# $Id: Makefile,v 1.8 1996/08/30 08:29:55 asami Exp $
#
DISTNAME= nethack-3.2.1
-CATEGORIES+= games
-MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ \
- ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/
+CATEGORIES= games
+MASTER_SITES= \
+ ftp://ftp.win.tue.nl/pub/games/nethack/General/Source/NH32/sources/ \
+ ${MASTER_SITE_GNU}
MAINTAINER= asami@FreeBSD.ORG
@@ -17,6 +18,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
SHELL= /bin/sh
+MAN6= dgn_comp.6 dlb.6 lev_comp.6 nethack.6 recover.6
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
@@ -24,11 +26,6 @@ pre-configure:
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 \
- gzip -9nf ${PREFIX}/man/man6/$$file.6; \
- done
-.endif
.if !defined(NOPORTDOCS)
mkdir -p ${PREFIX}/share/doc/nethack
cp ${WRKSRC}/doc/Guidebook.txt ${PREFIX}/share/doc/nethack