summaryrefslogtreecommitdiff
path: root/japanese/nethack32
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-13 12:41:39 +0000
commit92cb14961276109a5c384faad8b01035e6c9a243 (patch)
tree52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/nethack32
parentuse updated net/wais (diff)
Fix Makefiles to work with new bsd.port.mk. Mostly just replacing
${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff.
Notes
Notes: svn path=/head/; revision=4440
Diffstat (limited to 'japanese/nethack32')
-rw-r--r--japanese/nethack32/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/japanese/nethack32/Makefile b/japanese/nethack32/Makefile
index bcdf7e3f87ae..322501a96915 100644
--- a/japanese/nethack32/Makefile
+++ b/japanese/nethack32/Makefile
@@ -3,7 +3,7 @@
# Date created: 13 February 1995
# Whom: asami
#
-# $Id: Makefile,v 1.10 1996/11/02 20:23:52 max Exp $
+# $Id: Makefile,v 1.11 1996/11/11 10:12:34 max Exp $
#
DISTNAME= nethack-3.2.1
@@ -20,7 +20,7 @@ LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
USE_GMAKE= yes
SHELL= /bin/sh
-FETCH_BEFORE_ARGS= -NP
+MAN6= dlb.6 dgn_comp.6 lev_comp.6 nethack.6 recover.6
pre-configure:
@cd ${WRKSRC}/sys/unix; ${SHELL} setup.sh
@@ -29,11 +29,4 @@ pre-install:
@cd ${WRKSRC}/doc; chmod 644 *.6
@cd ${WRKSRC}/doc; ${MAKE} PREFIX=${PREFIX} manpages
-post-install:
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dlb.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/dgn_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/lev_comp.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/nethack.6
- ${COMPRESS_MAN} ${PREFIX}/man/man6/recover.6
-
.include <bsd.port.mk>