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/inn/Makefile | |
parent | "install:" -> "do-install:" (diff) |
Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
Notes
Notes:
svn path=/head/; revision=2301
Diffstat (limited to 'news/inn/Makefile')
-rw-r--r-- | news/inn/Makefile | 9 |
1 files changed, 4 insertions, 5 deletions
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 |