diff options
Diffstat (limited to 'games/nethack-lib/Makefile.common')
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/nethack-lib/Makefile.common b/games/nethack-lib/Makefile.common index df1a6f091d8..0b43c4f763c 100644 --- a/games/nethack-lib/Makefile.common +++ b/games/nethack-lib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2000/10/16 01:37:50 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2001/03/07 15:52:02 wiz Exp $ # NETHACK_VERSION= 3.3.1 @@ -17,7 +17,7 @@ WRKSRC= ${WRKDIR}/nethack-${NETHACK_VERSION} HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./sys/unix/setup.sh -MD5_FILE= ${.CURDIR}/../nethack-lib/files/md5 +DIGEST_FILE= ${.CURDIR}/../nethack-lib/files/md5 .include "../../mk/bsd.prefs.mk" |