diff options
author | Torsten Blum <torstenb@FreeBSD.org> | 1995-07-02 10:08:13 +0000 |
---|---|---|
committer | Torsten Blum <torstenb@FreeBSD.org> | 1995-07-02 10:08:13 +0000 |
commit | 32827e75fd6a384ee3304b45bd3d982b782bef61 (patch) | |
tree | 353f02d9dca8093a9e8745049bb49ba4568e4a25 /news/inn/Makefile | |
parent | use /var/news/over.view for the overview database (NOV) (diff) |
add a NO_PACKAGE=yes
Notes
Notes:
svn path=/head/; revision=1914
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |