diff options
author | wiz <wiz@pkgsrc.org> | 2002-01-22 20:51:39 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-01-22 20:51:39 +0000 |
commit | 31c7ad84640a3883683743d5a02184c8b5247cb1 (patch) | |
tree | 91599f166f29aab8b2ca92db61d472d837efe83f /mail/fetchmail | |
parent | 681ba092c8f870e1b98952b293f8cd205cbcd608 (diff) | |
download | pkgsrc-31c7ad84640a3883683743d5a02184c8b5247cb1.tar.gz |
Use PKGREVISION instead of manually adding nb1.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index c017c122f15..6d3358968fd 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.110 2002/01/22 20:46:45 jdolecek Exp $ +# $NetBSD: Makefile,v 1.111 2002/01/22 20:51:39 wiz Exp $ -DISTNAME= fetchmail-5.9.6 -PKGNAME= ${DISTNAME}nb1 +DISTNAME= fetchmail-5.9.6 +PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \ http://www.tuxedo.org/~esr/fetchmail/ \ |