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 | |
parent | 55456349237d922a30864ad29a1ebb58e3a1f5ff (diff) | |
download | pkgsrc-079495271ca900b281924bc6996d4ed813669bce.tar.gz |
${MD5_FILE} -> ${DIGEST_FILE}
-rw-r--r-- | databases/jdbc-postgresql/Makefile | 4 | ||||
-rw-r--r-- | editors/vim-share/Makefile.common | 4 | ||||
-rw-r--r-- | games/nethack-lib/Makefile.common | 4 | ||||
-rw-r--r-- | lang/pgcc/Makefile | 4 | ||||
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/databases/jdbc-postgresql/Makefile b/databases/jdbc-postgresql/Makefile index 87c8ad07ff6..de65da4b999 100644 --- a/databases/jdbc-postgresql/Makefile +++ b/databases/jdbc-postgresql/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2001/02/25 04:17:40 hubertf Exp $ +# $NetBSD: Makefile,v 1.8 2001/03/07 15:52:01 wiz Exp $ # DISTNAME= postgresql-7.0.3 @@ -16,7 +16,7 @@ COMMENT= 100% Java JDBC driver for PostgreSQL # No, we don't depend on postgresql. This code base stands alone. # checksum shared distfile, since we need not have built postgresql -MD5_FILE= ${PKGSRCDIR}/databases/postgresql/files/md5 +DIGEST_FILE= ${PKGSRCDIR}/databases/postgresql/files/md5 .include "../../mk/bsd.prefs.mk" diff --git a/editors/vim-share/Makefile.common b/editors/vim-share/Makefile.common index 3a1c79c4dbc..34f6999f0fb 100644 --- a/editors/vim-share/Makefile.common +++ b/editors/vim-share/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2000/06/25 12:10:12 pooka Exp $ +# $NetBSD: Makefile.common,v 1.5 2001/03/07 15:52:01 wiz Exp $ VIM_VERSION= 5.7 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.vim.org GNU_CONFIGURE= yes WRKSRC= ${WRKDIR}/${DISTNAME}/src -MD5_FILE= ${.CURDIR}/../vim-share/files/md5 +DIGEST_FILE= ${.CURDIR}/../vim-share/files/md5 PATCHDIR= ${WRKDIR}/.patches pre-patch: 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" diff --git a/lang/pgcc/Makefile b/lang/pgcc/Makefile index d3eff54aec0..6220997b08a 100644 --- a/lang/pgcc/Makefile +++ b/lang/pgcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/28 23:51:13 jlam Exp $ +# $NetBSD: Makefile,v 1.4 2001/03/07 15:52:02 wiz Exp $ DISTNAME= gcc-2.95.2 PKGNAME= pgcc-2.95.2.1 @@ -26,7 +26,7 @@ FILESDIR= ${PKGSRCDIR}/lang/gcc/files PATCHDIR= ${PKGSRCDIR}/lang/gcc/patches PKGDIR= ${PKGSRCDIR}/lang/gcc/pkg -MD5_FILE= ${.CURDIR}/files/md5 +DIGEST_FILE= ${.CURDIR}/files/md5 DESCR_SRC= ${.CURDIR}/pkg/DESCR .if (${OPSYS} == "NetBSD") && (${OBJECT_FMT} == "ELF") diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 76549d2a0a2..444a3491094 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2001/03/03 12:27:52 frueauf Exp $ +# $NetBSD: Makefile,v 1.17 2001/03/07 15:52:02 wiz Exp $ DISTNAME= fetchmail-5.7.0 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -14,7 +14,7 @@ COMMENT= Configuration tool for fetchmail DEPENDS+= ${DISTNAME}:../../mail/fetchmail DEPENDS+= py-Tk-*:../../x11/py-Tk -MD5_FILE= ${.CURDIR}/../fetchmail/files/md5 +DIGEST_FILE= ${.CURDIR}/../fetchmail/files/md5 NO_BUILD= YES USE_X11= YES |