diff options
author | torstenb <torstenb@FreeBSD.org> | 1995-07-02 18:08:13 +0800 |
---|---|---|
committer | torstenb <torstenb@FreeBSD.org> | 1995-07-02 18:08:13 +0800 |
commit | 95f02149860d2e9006b196effd5f121ae4909c5e (patch) | |
tree | b1a42670b1062f8ef768dd5fe4ba06cfeccf847f /news/inn-stable/Makefile | |
parent | 3e3820911cd41acf5ffbd856cc9a6edaaf75e073 (diff) | |
download | freebsd-ports-gnome-95f02149860d2e9006b196effd5f121ae4909c5e.tar.gz freebsd-ports-gnome-95f02149860d2e9006b196effd5f121ae4909c5e.tar.zst freebsd-ports-gnome-95f02149860d2e9006b196effd5f121ae4909c5e.zip |
add a NO_PACKAGE=yes
Diffstat (limited to 'news/inn-stable/Makefile')
-rw-r--r-- | news/inn-stable/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
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 |