diff options
Diffstat (limited to 'japanese/nethack32/Makefile')
-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 bcdf7e3f87a..322501a9691 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> |