diff options
author | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1995-04-01 20:51:41 +0800 |
commit | 53877c9f645ddedab9a5f167859019ea3a6e8a6f (patch) | |
tree | fc33134c759ae5dde8d5dd09a7b45e70fc8afd53 /shells | |
parent | 2aa1428ec175749eedeb8e8e43420e2f545e475f (diff) | |
download | freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.gz freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.tar.zst freebsd-ports-gnome-53877c9f645ddedab9a5f167859019ea3a6e8a6f.zip |
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.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash/Makefile | 3 | ||||
-rw-r--r-- | shells/bash1/Makefile | 3 | ||||
-rw-r--r-- | shells/bash2/Makefile | 3 | ||||
-rw-r--r-- | shells/bash3/Makefile | 3 | ||||
-rw-r--r-- | shells/pdksh/Makefile | 3 | ||||
-rw-r--r-- | shells/tcsh/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh-devel/Makefile | 3 | ||||
-rw-r--r-- | shells/zsh/Makefile | 3 |
8 files changed, 16 insertions, 8 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index 17ac4339346f..8463f2a51ce7 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -3,10 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1995/01/06 21:30:09 ache Exp $ +# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ # DISTNAME= bash-1.14.4 MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ +CATEGORIES+= shells .include <bsd.port.mk> diff --git a/shells/bash1/Makefile b/shells/bash1/Makefile index 17ac4339346f..8463f2a51ce7 100644 --- a/shells/bash1/Makefile +++ b/shells/bash1/Makefile @@ -3,10 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1995/01/06 21:30:09 ache Exp $ +# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ # DISTNAME= bash-1.14.4 MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ +CATEGORIES+= shells .include <bsd.port.mk> diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 17ac4339346f..8463f2a51ce7 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,10 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1995/01/06 21:30:09 ache Exp $ +# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ # DISTNAME= bash-1.14.4 MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ +CATEGORIES+= shells .include <bsd.port.mk> diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile index 17ac4339346f..8463f2a51ce7 100644 --- a/shells/bash3/Makefile +++ b/shells/bash3/Makefile @@ -3,10 +3,11 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.6 1995/01/06 21:30:09 ache Exp $ +# $Id: Makefile,v 1.7 1995/03/17 01:04:52 ache Exp $ # DISTNAME= bash-1.14.4 MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/hidden/ +CATEGORIES+= shells .include <bsd.port.mk> diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index ec86cb440b7b..ba308d355bc0 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -3,12 +3,13 @@ # Date created: 23 December 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.5 1994/12/12 02:17:47 ache Exp $ +# $Id: Makefile,v 1.3 1995/01/03 22:15:32 ache Exp $ # DISTNAME= pdksh-5.1.3 MASTER_SITES= ftp://ftp.cs.mun.ca/pub/pdksh/ +CATEGORIES+= shells GNU_CONFIGURE= YES .include <bsd.port.mk> diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 1723f7e39c34..f24defa13bd9 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -3,10 +3,11 @@ # Date created: 22 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.4 1994/09/13 06:34:59 jkh Exp $ +# $Id: Makefile,v 1.5 1994/09/14 14:12:31 jkh Exp $ # DISTNAME= tcsh-6.05 MASTER_SITES= ftp://tesla.ee.cornell.edu/pub/tcsh/ +CATEGORIES+= shells .include <bsd.port.mk> diff --git a/shells/zsh-devel/Makefile b/shells/zsh-devel/Makefile index 900fa0473265..e679cb3a080e 100644 --- a/shells/zsh-devel/Makefile +++ b/shells/zsh-devel/Makefile @@ -3,11 +3,12 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.2 1995/02/15 19:15:29 ache Exp $ +# $Id: Makefile,v 1.3 1995/02/15 23:46:36 torstenb Exp $ # DISTNAME= zsh-2.6-beta4 MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +CATEGORIES+= shells GNU_CONFIGURE= YES .include <bsd.port.mk> diff --git a/shells/zsh/Makefile b/shells/zsh/Makefile index 900fa0473265..e679cb3a080e 100644 --- a/shells/zsh/Makefile +++ b/shells/zsh/Makefile @@ -3,11 +3,12 @@ # Date created: 11 Feb. 1995 # Whom: torstenb # -# $Id: Makefile,v 1.2 1995/02/15 19:15:29 ache Exp $ +# $Id: Makefile,v 1.3 1995/02/15 23:46:36 torstenb Exp $ # DISTNAME= zsh-2.6-beta4 MASTER_SITES= ftp://ftp.math.gatech.edu/pub/zsh/ +CATEGORIES+= shells GNU_CONFIGURE= YES .include <bsd.port.mk> |