diff options
author | tron <tron@pkgsrc.org> | 2003-09-13 21:20:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2003-09-13 21:20:15 +0000 |
commit | 47437a0d74daf3f91e6efa91328f6b3925809842 (patch) | |
tree | 9ae66ff7efd87d2c3953fcb5686de91c4b5a907a /mail | |
parent | 0b5fd6abe03a2cfb7ce28b105c1c82f2329cb615 (diff) | |
download | pkgsrc-47437a0d74daf3f91e6efa91328f6b3925809842.tar.gz |
Bump package revision after revision of "fetchmail" package was bumped
which also fixes the broken dependency. (hi, grant!)
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmailconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 4967d858844..1a2703025ae 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.52 2003/09/02 12:27:47 frueauf Exp $ +# $NetBSD: Makefile,v 1.53 2003/09/13 21:20:15 tron Exp $ DISTNAME= fetchmail-6.2.4 +PKGREVISION= 1 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= http://catb.org/~esr/fetchmail/ \ |