diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1996-11-13 12:41:39 +0000 |
commit | 92cb14961276109a5c384faad8b01035e6c9a243 (patch) | |
tree | 52a6ccb1657c964ed74817c0b5617d8297802c57 /japanese/nethack32 | |
parent | 44bab554424ac7bb53311e5b4759d26455961887 (diff) | |
download | ports-92cb14961276109a5c384faad8b01035e6c9a243.tar.gz ports-92cb14961276109a5c384faad8b01035e6c9a243.zip |
Notes
Diffstat (limited to 'japanese/nethack32')
-rw-r--r-- | japanese/nethack32/Makefile | 11 |
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> |