diff options
author | max <max@FreeBSD.org> | 1996-11-12 07:31:14 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-11-12 07:31:14 +0800 |
commit | 9370004ce9d31f082ed1f0dc1a875683d3648405 (patch) | |
tree | d15b4573eb4700dbac079cc989e3f6460560c031 /mail | |
parent | 8c8be7bb9f256ce7a48988183b98507841e3ec3e (diff) | |
download | freebsd-ports-gnome-9370004ce9d31f082ed1f0dc1a875683d3648405.tar.gz freebsd-ports-gnome-9370004ce9d31f082ed1f0dc1a875683d3648405.tar.zst freebsd-ports-gnome-9370004ce9d31f082ed1f0dc1a875683d3648405.zip |
Changed the PKGNAME to include the release number (sort of like patchlevel)
defined in fetchmail.spec.
This should make it easier for users to see if they've got the latest port
installed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index 8ce88a1a02ed..a10150cfe7c4 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,10 +3,11 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id$ +# $Id: Makefile,v 1.3 1996/11/10 21:31:26 obrien Exp $ # DISTNAME= fetchmail-1.9 +PKGNAME= fetchmail-1.9.9 CATEGORIES= mail MASTER_SITES= ftp://locke.ccil.org/pub/esr/ |