diff options
author | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-11-13 20:41:39 +0800 |
commit | 042a5e832eac1dfef4595193d3fffd960ef53c1b (patch) | |
tree | 7ae602bbca92eda42ce423e98ed1c217b42a7352 /japanese/nethack/Makefile | |
parent | 3ed0aba637059650fffd2c7f54457a8e03245198 (diff) | |
download | freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.gz freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.tar.zst freebsd-ports-gnome-042a5e832eac1dfef4595193d3fffd960ef53c1b.zip |
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.
Diffstat (limited to 'japanese/nethack/Makefile')
-rw-r--r-- | japanese/nethack/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/japanese/nethack/Makefile b/japanese/nethack/Makefile index bcdf7e3f87ae..322501a96915 100644 --- a/japanese/nethack/Makefile +++ b/japanese/nethack/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> |