From e433d0e3f7374cdb3b92471a5836f6db35b7cffc Mon Sep 17 00:00:00 2001 From: tv Date: Thu, 31 Dec 1998 13:20:52 +0000 Subject: DO NOT REACH OVER INTO ANOTHER PKG'S ${WRKDIR}! This breaks many things, not the least of which are `make fetch-list' and `WRKOBJDIR'. --- games/nethack-x11/Makefile | 26 ++++++++++++-------------- games/nethack-x11/files/md5 | 3 +++ games/nethack-x11/patches/patch-ab | 6 +++--- 3 files changed, 18 insertions(+), 17 deletions(-) create mode 100644 games/nethack-x11/files/md5 (limited to 'games/nethack-x11') diff --git a/games/nethack-x11/Makefile b/games/nethack-x11/Makefile index eb595a39532..b7e97711aad 100644 --- a/games/nethack-x11/Makefile +++ b/games/nethack-x11/Makefile @@ -1,31 +1,29 @@ -# $NetBSD: Makefile,v 1.2 1998/12/31 06:19:38 garbled Exp $ +# $NetBSD: Makefile,v 1.3 1998/12/31 13:20:54 tv Exp $ # DISTNAME= nethack-3.2.2 PKGNAME= nethack-x11-3.2.2 CATEGORIES= games x11 -MASTER_SITES= # empty +MASTER_SITES= http://pinky.wtower.com/nethack/sources/ MAINTAINER= root@garbled.net HOMEPAGE= http://www.win.tue.nl/games/roguelike/nethack/ -DEPENDS+= nethack-lib-3.2.2:../nethack-lib -DEPENDS+= xpm-3.4k:../../graphics/xpm +#DEPENDS+= nethack-lib-3.2.2:../nethack-lib +#DEPENDS+= xpm-3.4k:../../graphics/xpm -WRKSRC= ../nethack-lib/${WRKDIR_BASENAME}/${DISTNAME} -NO_CHECKSUM= yes +HAS_CONFIGURE= yes +CONFIGURE_SCRIPT= sys/unix/setup.sh ALL_TARGET= nethack INSTALL_TARGET= binfiles MAKE_ENV+= GTYPE=-x11 -do-fetch: #empty -do-extract: - -@mkdir ${WRKDIR_BASENAME} - (cd ../nethack-lib && make clean) - (cd ../nethack-lib && make configure) - (cd ${WRKSRC}/src && make clean) +PATCHFILES+= ${PKGSRCDIR}/games/nethack-lib/patches/patch-* +ALLFILES= ${DISTFILES} # don't checksum shared patches -do-clean: - -@rm -r ${WRKDIR_BASENAME} +post-patch: + @${MV} ${WRKSRC}/include/config.h ${WRKSRC}/foo + @${SED} -e 's@XXXLOCALBASEXXX@${LOCALBASE}@g' <${WRKSRC}/foo> ${WRKSRC}/include/config.h + @${RM} -f ${WRKSRC}/foo .include "../../mk/bsd.pkg.mk" diff --git a/games/nethack-x11/files/md5 b/games/nethack-x11/files/md5 new file mode 100644 index 00000000000..ba217546059 --- /dev/null +++ b/games/nethack-x11/files/md5 @@ -0,0 +1,3 @@ +$NetBSD: md5,v 1.1 1998/12/31 13:20:54 tv Exp $ + +MD5 (nethack-3.2.2.tar.gz) = c85de4d14453b3a2d182d1dfc2ca04df diff --git a/games/nethack-x11/patches/patch-ab b/games/nethack-x11/patches/patch-ab index fc88bdf69fc..6c5bf85ad16 100644 --- a/games/nethack-x11/patches/patch-ab +++ b/games/nethack-x11/patches/patch-ab @@ -1,6 +1,6 @@ -$NetBSD: patch-ab,v 1.1 1998/08/27 13:15:02 garbled Exp $ ---- src/Makefile.orig Sat Aug 8 01:56:47 1998 -+++ src/Makefile Sat Aug 8 02:00:19 1998 +$NetBSD: patch-ab,v 1.2 1998/12/31 13:20:54 tv Exp $ +--- sys/unix/Makefile.src.orig Sat Aug 8 01:56:47 1998 ++++ sys/unix/Makefile.src Sat Aug 8 02:00:19 1998 @@ -126,4 +126,4 @@ -CFLAGS = -O -I../include -- cgit v1.2.3