diff options
author | max <max@FreeBSD.org> | 1996-12-28 22:30:29 +0000 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-28 22:30:29 +0000 |
commit | 134bd6314e17b2c6470aba80d7150be6568b74d5 (patch) | |
tree | 16458173674f6c29ad118b76b02b3139e7f1f113 | |
parent | 4aac9253370f5c397de759df77095373a1234e48 (diff) | |
download | FreeBSD-ports-134bd6314e17b2c6470aba80d7150be6568b74d5.zip FreeBSD-ports-134bd6314e17b2c6470aba80d7150be6568b74d5.tar.gz |
For now, stop adding the release number (sort of like patchlevel) to the
PKGNAME.
-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 b15f8f8..06c2142 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/ |