diff options
author | wiz <wiz@pkgsrc.org> | 2001-04-21 13:09:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-04-21 13:09:13 +0000 |
commit | be686d6f7b4f1c552ae2f1643d210eb1a6427299 (patch) | |
tree | 9b35404af1b8a27fa62f1d70be2d2693f1c7c3fd /games/nethack-lib | |
parent | 61b1ac8adff579e4e527719d9e96733d050f7313 (diff) | |
download | pkgsrc-be686d6f7b4f1c552ae2f1643d210eb1a6427299.tar.gz |
md5 not shared anymore (different patches). Remove DIGEST_FILE line.
Diffstat (limited to 'games/nethack-lib')
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common index 0b43c4f763c..d1c00f186eb 100644 --- a/games/nethack-lib/Makefile.common +++ b/games/nethack-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2001/03/07 15:52:02 wiz Exp $ +# $NetBSD: Makefile.common,v 1.5 2001/04/21 13:09:13 wiz Exp $ # NETHACK_VERSION= 3.3.1 @@ -17,8 +17,6 @@ WRKSRC= ${WRKDIR}/nethack-${NETHACK_VERSION} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh -DIGEST_FILE= ${.CURDIR}/../nethack-lib/files/md5 - .include "../../mk/bsd.prefs.mk" pre-configure: |