diff options
author | wiz <wiz@pkgsrc.org> | 2001-03-07 15:52:01 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-03-07 15:52:01 +0000 |
commit | 079495271ca900b281924bc6996d4ed813669bce (patch) | |
tree | 36a491c23a51cf0cc9479a0ad143050b4bcdeaec /games | |
parent | 55456349237d922a30864ad29a1ebb58e3a1f5ff (diff) | |
download | pkgsrc-079495271ca900b281924bc6996d4ed813669bce.tar.gz |
${MD5_FILE} -> ${DIGEST_FILE}
Diffstat (limited to 'games')
-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" |