summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2001-03-07 15:52:01 +0000
committerwiz <wiz@pkgsrc.org>2001-03-07 15:52:01 +0000
commit079495271ca900b281924bc6996d4ed813669bce (patch)
tree36a491c23a51cf0cc9479a0ad143050b4bcdeaec /databases
parent55456349237d922a30864ad29a1ebb58e3a1f5ff (diff)
downloadpkgsrc-079495271ca900b281924bc6996d4ed813669bce.tar.gz
${MD5_FILE} -> ${DIGEST_FILE}
Diffstat (limited to 'databases')
-rw-r--r--databases/jdbc-postgresql/Makefile4
1 files changed, 2 insertions, 2 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"