diff options
author | asami <asami@FreeBSD.org> | 1995-10-10 15:24:14 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-10-10 15:24:14 +0800 |
commit | 36b27512b53ab95abf196c1c87d5efa99b114e9d (patch) | |
tree | 4be9fd2a7d5f436afcd5efa526bcb28c0deac82f | |
parent | 821ee3301107d98ccf427161180b662e5aad02b6 (diff) | |
download | freebsd-ports-gnome-36b27512b53ab95abf196c1c87d5efa99b114e9d.tar.gz freebsd-ports-gnome-36b27512b53ab95abf196c1c87d5efa99b114e9d.tar.zst freebsd-ports-gnome-36b27512b53ab95abf196c1c87d5efa99b114e9d.zip |
Move NO_PACKAGE to right place, also fix typo "to many" -> "too many".
Stepping on the toe of: torstenb
-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 |