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 | 7ad9bc453c43e3e629cce09ca9e6f350521c53a2 (patch) | |
tree | 9ae66ff7efd87d2c3953fcb5686de91c4b5a907a /mail | |
parent | 7c1c08da442fd150ee6ba085961667ceaed3f092 (diff) | |
download | pkgsrc-7ad9bc453c43e3e629cce09ca9e6f350521c53a2.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/ \ |