diff options
author | tron <tron@pkgsrc.org> | 2000-11-15 17:21:49 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2000-11-15 17:21:49 +0000 |
commit | 719854650b5d4348f7c246259b875c8ed0391e8a (patch) | |
tree | 8a07162af9adbc7668e6a1de9d1952779c47e662 /mail/fetchmailconf/Makefile | |
parent | 72bff9bb75fcce79159132dca106a5ff0cf5c190 (diff) | |
download | pkgsrc-719854650b5d4348f7c246259b875c8ed0391e8a.tar.gz |
Update "fetcmailconf" package to version 5.5.6 to sync with "fetchmail"
package.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile index 02f80ba2ef9..3eb7c7a501f 100644 --- a/mail/fetchmailconf/Makefile +++ b/mail/fetchmailconf/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2000/10/29 22:56:31 frueauf Exp $ -# +# $NetBSD: Makefile,v 1.12 2000/11/15 17:21:49 tron Exp $ -DISTNAME= fetchmail-5.5.5 +DISTNAME= fetchmail-5.5.6 PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/} CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ @@ -14,6 +13,7 @@ HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/ DEPENDS+= ${DISTNAME}:../../mail/fetchmail DEPENDS+= py-Tk-*:../../x11/py-Tk +FILESDIR= ${.CURDIR}/../fetchmail/files NO_BUILD= YES USE_X11= YES |