diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-01 12:51:41 +0000 |
commit | ac3066bf75f468401e4a8243ba4ea731c187b370 (patch) | |
tree | e3a493de948df0105f48151974dbe8794e55fc20 /news | |
parent | By default, KEYWORDS is a copy of CATEGORIES. (diff) |
Add CATEGORIES lines to a whole bunch of port Makefiles. Some ports are in
multiple catagories - I'll expect the various MAINTAINERS to make further
adjustments (and add any KEYWORDS lines) themselves.
Notes
Notes:
svn path=/head/; revision=1267
Diffstat (limited to '')
-rw-r--r-- | news/cnews/Makefile | 3 | ||||
-rw-r--r-- | news/inn-current/Makefile | 3 | ||||
-rw-r--r-- | news/inn-stable/Makefile | 3 | ||||
-rw-r--r-- | news/inn/Makefile | 3 | ||||
-rw-r--r-- | news/nn/Makefile | 3 | ||||
-rw-r--r-- | news/nntp/Makefile | 3 | ||||
-rw-r--r-- | news/trn/Makefile | 1 | ||||
-rw-r--r-- | news/trn4/Makefile | 1 |
8 files changed, 14 insertions, 6 deletions
diff --git a/news/cnews/Makefile b/news/cnews/Makefile index 2a1e8a3301fc..e8163a9d6d5e 100644 --- a/news/cnews/Makefile +++ b/news/cnews/Makefile @@ -3,13 +3,14 @@ # Date created: 28 September 1994 # Whom: adam # -# $Id: Makefile,v 1.1.1.1 1994/09/30 15:09:34 adam Exp $ +# $Id: Makefile,v 1.2 1995/01/24 16:43:07 pst Exp $ # DISTNAME= cnews EXTRACT_SUFFIX= .tar.Z DISTFILES= ${DISTNAME}${EXTRACT_SUFFIX} MASTER_SITES= ftp://ftp.zoo.toronto.edu/pub/ +CATEGORIES+= news WRKSRC= ${WRKDIR} MAKEFILE= makefile NEWSSPOOL= /usr/local/newsspool diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index cf3b53562951..2be0a5910915 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -3,12 +3,13 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/10/23 01:42:20 torstenb Exp $ # DISTNAME= inn1.4sec NO_WRKSUBDIR= YES MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ +CATEGORIES+= news EXTRACT_SUFX= .tar.Z pre-install: diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile index cf3b53562951..2be0a5910915 100644 --- a/news/inn-stable/Makefile +++ b/news/inn-stable/Makefile @@ -3,12 +3,13 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/10/23 01:42:20 torstenb Exp $ # DISTNAME= inn1.4sec NO_WRKSUBDIR= YES MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ +CATEGORIES+= news EXTRACT_SUFX= .tar.Z pre-install: diff --git a/news/inn/Makefile b/news/inn/Makefile index cf3b53562951..2be0a5910915 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -3,12 +3,13 @@ # Date created: 20 Oct 1994 # Whom: torstenb # -# $Id:$ +# $Id: Makefile,v 1.1.1.1 1994/10/23 01:42:20 torstenb Exp $ # DISTNAME= inn1.4sec NO_WRKSUBDIR= YES MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/ +CATEGORIES+= news EXTRACT_SUFX= .tar.Z pre-install: diff --git a/news/nn/Makefile b/news/nn/Makefile index ab70aaab2681..b5c8324923b3 100644 --- a/news/nn/Makefile +++ b/news/nn/Makefile @@ -3,11 +3,12 @@ # Date created: 24 September 1994 # Whom: adam # -# $Id: Makefile,v 1.3 1994/11/15 10:07:33 ache Exp $ +# $Id: Makefile,v 1.4 1995/02/26 23:16:23 ats Exp $ # DISTNAME= nn-6.5.0.b3 MASTER_SITES= ftp://uniwa.uwa.edu.au/pub/nn/beta/ +CATEGORIES+= news pre-patch: @cp ${WRKSRC}/config.h-dist ${WRKSRC}/config.h diff --git a/news/nntp/Makefile b/news/nntp/Makefile index 9fb2f4f2a2c4..e40c72a12da5 100644 --- a/news/nntp/Makefile +++ b/news/nntp/Makefile @@ -3,11 +3,12 @@ # Date created: 29 September 1994 # Whom: adam # -# $Id: Makefile,v 1.1.1.1 1994/10/01 20:28:26 adam Exp $ +# $Id: Makefile,v 1.2 1994/11/26 17:32:34 adam Exp $ # DISTNAME= nntp-t5 MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ +CATEGORIES+= news #DO_NADA= echo ${.TARGET}: #DEPENDS= news/cnews diff --git a/news/trn/Makefile b/news/trn/Makefile index f6c7bf0a1cef..dc0bf6794702 100644 --- a/news/trn/Makefile +++ b/news/trn/Makefile @@ -8,6 +8,7 @@ DISTNAME= trn-3.6 MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ +CATEGORIES+= news EXTRACT_SUFX= .tar.gz DISTFILES= trn-3.6.tar.gz diff --git a/news/trn4/Makefile b/news/trn4/Makefile index f6c7bf0a1cef..dc0bf6794702 100644 --- a/news/trn4/Makefile +++ b/news/trn4/Makefile @@ -8,6 +8,7 @@ DISTNAME= trn-3.6 MASTER_SITES= ftp://ftp.uu.net/networking/news/readers/trn/ +CATEGORIES+= news EXTRACT_SUFX= .tar.gz DISTFILES= trn-3.6.tar.gz |