diff options
-rw-r--r-- | news/inn-current/Makefile | 5 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 5 | ||||
-rw-r--r-- | news/inn/Makefile | 5 |
3 files changed, 12 insertions, 3 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 047e4e644957..dbb125eacd31 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/05/30 09:56:20 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/05 13:45:02 asami Exp $ # DISTNAME= inn1.4sec @@ -12,6 +12,9 @@ CATEGORIES+= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +# to many compile-time options +NO_PACKAGE= yes + PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/ PATCHFILES= select-loop-bug.patch innxmit-long-lines diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 047e4e644957..dbb125eacd31 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/05/30 09:56:20 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/05 13:45:02 asami Exp $ # DISTNAME= inn1.4sec @@ -12,6 +12,9 @@ CATEGORIES+= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +# to many compile-time options +NO_PACKAGE= yes + PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/ PATCHFILES= select-loop-bug.patch innxmit-long-lines diff --git a/news/inn/Makefile b/news/inn/Makefile index 047e4e644957..dbb125eacd31 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.7 1995/05/30 09:56:20 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/05 13:45:02 asami Exp $ # DISTNAME= inn1.4sec @@ -12,6 +12,9 @@ CATEGORIES+= news MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ EXTRACT_SUFX= .tar.Z +# to many compile-time options +NO_PACKAGE= yes + PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/ PATCHFILES= select-loop-bug.patch innxmit-long-lines |