diff options
author | wiz <wiz> | 2001-04-21 13:09:13 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-04-21 13:09:13 +0000 |
commit | 5c567f3f6a370be7121fc923828bb0e0f30fc6ce (patch) | |
tree | 9b35404af1b8a27fa62f1d70be2d2693f1c7c3fd /games | |
parent | 18eb74d44a97d806a05aa33887d609d83749c8b0 (diff) | |
download | pkgsrc-5c567f3f6a370be7121fc923828bb0e0f30fc6ce.tar.gz |
md5 not shared anymore (different patches). Remove DIGEST_FILE line.
Diffstat (limited to 'games')
-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: |