diff options
author | Bill Fumerola <billf@FreeBSD.org> | 1998-12-06 21:40:52 +0000 |
---|---|---|
committer | Bill Fumerola <billf@FreeBSD.org> | 1998-12-06 21:40:52 +0000 |
commit | 4e39658010ed2170fe3b5097da9ae2a4d7526657 (patch) | |
tree | 9833a4a2ed48ad0b9c4793b7264144c1ac253831 /news/slrn/Makefile | |
parent | Fix ELF brokenness caused by wrong assumptions of GNU configure, if an (diff) |
Upgrade to 0.9.5.4, and use the correct sendmail.
PR: ports/8878
Submitted by: Zach Heilig <zach@gaffaneys.com>
Mark Huizer <xaa@xaa.iae.nl>
Diffstat (limited to 'news/slrn/Makefile')
-rw-r--r-- | news/slrn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/news/slrn/Makefile b/news/slrn/Makefile index 9394ab2c4d10..dec31d41e581 100644 --- a/news/slrn/Makefile +++ b/news/slrn/Makefile @@ -3,11 +3,11 @@ # Date created: 28 March 1997 # Whom: Carey Jones <mcj@acquiesce.org> # -# $Id: Makefile,v 1.10 1998/09/25 10:18:41 asami Exp $ +# $Id: Makefile,v 1.11 1998/10/10 03:35:41 steve Exp $ # -DISTNAME= slrn0.9.5.3 -PKGNAME= slrn-0.9.5.3 +DISTNAME= slrn0.9.5.4 +PKGNAME= slrn-0.9.5.4 CATEGORIES= news MASTER_SITES= ftp://space.mit.edu/pub/davis/slrn/ |