aboutsummaryrefslogtreecommitdiffstats
path: root/games/nethack
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1996-11-18 18:25:35 +0800
committerasami <asami@FreeBSD.org>1996-11-18 18:25:35 +0800
commitf061af8080abfb59038d436c3e16778abbf8a5a5 (patch)
tree78c3dfe188b146eabede69f8db503043af83c8b4 /games/nethack
parent9a41e3c68be04b90aaea0afda81f878994c5dbbf (diff)
downloadfreebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.gz
freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.tar.zst
freebsd-ports-gnome-f061af8080abfb59038d436c3e16778abbf8a5a5.zip
Use MASTER_SITE_GNU Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Diffstat (limited to 'games/nethack')
-rw-r--r--games/nethack/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/games/nethack/Makefile b/games/nethack/Makefile
index 20dea62126f0..fec86ba28b26 100644
--- a/games/nethack/Makefile
+++ b/games/nethack/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