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 /mail | |
parent | 55456349237d922a30864ad29a1ebb58e3a1f5ff (diff) | |
download | pkgsrc-079495271ca900b281924bc6996d4ed813669bce.tar.gz |
${MD5_FILE} -> ${DIGEST_FILE}
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmailconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |