diff options
author | asami <asami@FreeBSD.org> | 1999-01-09 11:19:49 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-01-09 11:19:49 +0800 |
commit | b5eb247354fc1c73672e815a6e067fbe26c25baa (patch) | |
tree | 9cf018ee060870e231749b9cfe2554f83c33d0dc /editors | |
parent | ca2b402cc729f3a6c365617433f42b86abd4c20d (diff) | |
download | freebsd-ports-gnome-b5eb247354fc1c73672e815a6e067fbe26c25baa.tar.gz freebsd-ports-gnome-b5eb247354fc1c73672e815a6e067fbe26c25baa.tar.zst freebsd-ports-gnome-b5eb247354fc1c73672e815a6e067fbe26c25baa.zip |
Break up the "plan9" category -- all the ports are where they belong, and
"plan9" is a virtual category now.
Reviewed by: the ports list
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 4 | ||||
-rw-r--r-- | editors/sam/Makefile | 4 | ||||
-rw-r--r-- | editors/wily/Makefile | 4 |
3 files changed, 7 insertions, 5 deletions
diff --git a/editors/Makefile b/editors/Makefile index a7839d048d5b..00b6578bac24 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.62 1998/12/20 05:24:18 msmith Exp $ +# $Id: Makefile,v 1.63 1999/01/07 12:12:03 asami Exp $ # SUBDIR += apel-emacs @@ -26,6 +26,7 @@ SUBDIR += nvi-m17n SUBDIR += nvi-perl SUBDIR += offix-editor + SUBDIR += sam SUBDIR += staroffice SUBDIR += sted SUBDIR += textedit @@ -36,6 +37,7 @@ SUBDIR += vilearn SUBDIR += vim4 SUBDIR += vim5 + SUBDIR += wily SUBDIR += wordperfect SUBDIR += xcoral SUBDIR += xed diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 16da55400a01..bac42bd9c179 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -3,12 +3,12 @@ # Date created: Sun Aug 13 12:36:14 CDT 1995 # Whom: erich@rrnet.com # -# $Id: Makefile,v 1.5 1998/11/21 17:18:16 steve Exp $ +# $Id: Makefile,v 1.6 1998/11/28 09:07:17 asami Exp $ # DISTNAME= sam PKGNAME= sam-4.3 -CATEGORIES= plan9 editors +CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.ecf.toronto.edu/pub/plan9/matty/ EXTRACT_SUFX= .msg.gz diff --git a/editors/wily/Makefile b/editors/wily/Makefile index 35023eeb9ea2..caf5a35a64e6 100644 --- a/editors/wily/Makefile +++ b/editors/wily/Makefile @@ -3,11 +3,11 @@ # Date created: 23 September 1997 # Whom: koshy # -# $Id: Makefile,v 1.7 1998/10/16 03:17:47 jseger Exp $ +# $Id: Makefile,v 1.8 1998/11/28 09:07:19 asami Exp $ # DISTNAME= wily-0.13.41 -CATEGORIES= plan9 editors +CATEGORIES= editors plan9 MASTER_SITES= ftp://ftp.northsea.com/pub/plan9_unix/wily/src/ \ ftp://ftp.cs.york.ac.uk/pub/mhw/wily/src/ \ ftp://ftp.cs.su.oz.au/gary/wily/src/ |