diff options
author | max <max@FreeBSD.org> | 1996-12-29 06:30:29 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-29 06:30:29 +0800 |
commit | 134bd6314e17b2c6470aba80d7150be6568b74d5 (patch) | |
tree | 16458173674f6c29ad118b76b02b3139e7f1f113 /mail/fetchmail | |
parent | 4aac9253370f5c397de759df77095373a1234e48 (diff) | |
download | freebsd-ports-gnome-134bd6314e17b2c6470aba80d7150be6568b74d5.tar.gz freebsd-ports-gnome-134bd6314e17b2c6470aba80d7150be6568b74d5.tar.zst freebsd-ports-gnome-134bd6314e17b2c6470aba80d7150be6568b74d5.zip |
For now, stop adding the release number (sort of like patchlevel) to the
PKGNAME.
Diffstat (limited to 'mail/fetchmail')
-rw-r--r-- | mail/fetchmail/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/fetchmail/Makefile b/mail/fetchmail/Makefile index b15f8f870ed6..06c21427240f 100644 --- a/mail/fetchmail/Makefile +++ b/mail/fetchmail/Makefile @@ -3,11 +3,10 @@ # Date created: 26 Oct 1996 # Whom: Ville Eerola <ve@sci.fi> # -# $Id: Makefile,v 1.10 1996/12/25 03:02:17 max Exp $ +# $Id: Makefile,v 1.11 1996/12/28 02:41:04 max Exp $ # DISTNAME= fetchmail-2.6 -PKGNAME= fetchmail-2.6.0 CATEGORIES= mail MASTER_SITES= ftp://locke.ccil.org/pub/esr/ |