diff options
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/news/inn/Makefile b/news/inn/Makefile index cc6da6380503..caa80bbee03d 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -6,10 +6,14 @@ # $Id: Makefile,v 1.13 1995/10/25 02:12:08 torstenb Exp $ # -DISTNAME= inn1.4unoff4 -PKGNAME= inn-1.4u4 +DISTNAME= inn1.4sec +PKGNAME= inn-1.4 CATEGORIES+= news -MASTER_SITES= ftp://ftp.math.psu.edu/pub/INN +MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ +EXTRACT_SUFX= .tar.Z + +PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/OLD/ +PATCHFILES= select-loop-bug.patch innxmit-long-lines MAINTAINER= torstenb@FreeBSD.ORG |