diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-10-10 07:24:14 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-10-10 07:24:14 +0000 |
commit | 3597efba4bd5f51b1c26cdb075b6b60de3218bc5 (patch) | |
tree | ecab92caca0b74799b583bd42964867208f7c56d /news | |
parent | 80c8ff3a40c578b09d9dffc1529abba930789685 (diff) | |
download | ports-3597efba4bd5f51b1c26cdb075b6b60de3218bc5.tar.gz ports-3597efba4bd5f51b1c26cdb075b6b60de3218bc5.zip |
Notes
Diffstat (limited to 'news')
-rw-r--r-- | news/inn-current/Makefile | 9 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 9 | ||||
-rw-r--r-- | news/inn/Makefile | 9 |
3 files changed, 12 insertions, 15 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index 22f53c31cf36..a864770d6e4d 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.10 1995/08/08 21:50:39 torstenb Exp $ +# $Id: Makefile,v 1.11 1995/10/06 14:33:05 torstenb Exp $ # DISTNAME= inn1.4sec @@ -12,15 +12,14 @@ 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/OLD/ PATCHFILES= select-loop-bug.patch innxmit-long-lines MAINTAINER= torstenb@FreeBSD.ORG -NO_WRKSUBDIR= YES +# too many compile-time options +NO_PACKAGE= yes +NO_WRKSUBDIR= yes pre-install: mkdir -p ${PREFIX}/news diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index 22f53c31cf36..a864770d6e4d 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.10 1995/08/08 21:50:39 torstenb Exp $ +# $Id: Makefile,v 1.11 1995/10/06 14:33:05 torstenb Exp $ # DISTNAME= inn1.4sec @@ -12,15 +12,14 @@ 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/OLD/ PATCHFILES= select-loop-bug.patch innxmit-long-lines MAINTAINER= torstenb@FreeBSD.ORG -NO_WRKSUBDIR= YES +# too many compile-time options +NO_PACKAGE= yes +NO_WRKSUBDIR= yes pre-install: mkdir -p ${PREFIX}/news diff --git a/news/inn/Makefile b/news/inn/Makefile index 22f53c31cf36..a864770d6e4d 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id: Makefile,v 1.10 1995/08/08 21:50:39 torstenb Exp $ +# $Id: Makefile,v 1.11 1995/10/06 14:33:05 torstenb Exp $ # DISTNAME= inn1.4sec @@ -12,15 +12,14 @@ 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/OLD/ PATCHFILES= select-loop-bug.patch innxmit-long-lines MAINTAINER= torstenb@FreeBSD.ORG -NO_WRKSUBDIR= YES +# too many compile-time options +NO_PACKAGE= yes +NO_WRKSUBDIR= yes pre-install: mkdir -p ${PREFIX}/news |