diff options
author | wiz <wiz@pkgsrc.org> | 2001-01-04 16:52:34 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-01-04 16:52:34 +0000 |
commit | db8cbed0a41c4947a719e21c66a790dab362e850 (patch) | |
tree | c3b29ae3e64f0db188a2add83e140e05d5041cf2 /mail/fetchmailconf/Makefile | |
parent | 1977f4df096e0dd5fd11c144436a4905f375118b (diff) | |
download | pkgsrc-db8cbed0a41c4947a719e21c66a790dab362e850.tar.gz |
Set MD5_FILE instead of FILESDIR if we only want the md5 file.
Reduces pkglint warnings.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-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 b6e25ede02c..8c5417af57a 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2000/11/27 15:59:07 frueauf Exp $ +# $NetBSD: Makefile,v 1.14 2001/01/04 16:52:34 wiz Exp $ DISTNAME= fetchmail-5.6.0 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} @@ -13,7 +13,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ DEPENDS+= ${DISTNAME}:../../mail/fetchmail DEPENDS+= py-Tk-*:../../x11/py-Tk -FILESDIR= ${.CURDIR}/../fetchmail/files +MD5_FILE= ${.CURDIR}/../fetchmail/files/md5 NO_BUILD= YES USE_X11= YES |