diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-08-09 00:40:17 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-08-09 00:40:17 +0000 |
commit | 520a263b2ae920b82206179ba2e58631c3c17f85 (patch) | |
tree | af01c4986d72b7167ea59d41a03f447981adee25 | |
parent | Fix MASTER_SITES and update MAINTAINER address (diff) |
Add a bunch of new flim/semi/wemi directories.
Found by: automated package build complaining about missing directories
Notes
Notes:
svn path=/head/; revision=20622
-rw-r--r-- | editors/Makefile | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index f2b33ba56065..a64ec21ed142 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.81 1999/07/01 15:02:11 shige Exp $ +# $Id: Makefile,v 1.82 1999/07/14 18:52:42 obrien Exp $ # SUBDIR += AbiWord @@ -6,8 +6,8 @@ SUBDIR += apel-emacs20 SUBDIR += apel-mule SUBDIR += apel-xemacs - SUBDIR += apel-xemacs20 SUBDIR += apel-xemacs-mule + SUBDIR += apel-xemacs20 SUBDIR += asedit SUBDIR += axe SUBDIR += beav @@ -25,6 +25,12 @@ SUBDIR += flim-emacs20-current SUBDIR += flim-mule SUBDIR += flim-mule-current + SUBDIR += flim-xemacs + SUBDIR += flim-xemacs-current + SUBDIR += flim-xemacs-mule + SUBDIR += flim-xemacs-mule-current + SUBDIR += flim-xemacs20 + SUBDIR += flim-xemacs20-current SUBDIR += gedit SUBDIR += gnotepad+ SUBDIR += gxedit @@ -53,6 +59,12 @@ SUBDIR += semi-emacs20-current SUBDIR += semi-mule SUBDIR += semi-mule-current + SUBDIR += semi-xemacs + SUBDIR += semi-xemacs-current + SUBDIR += semi-xemacs-mule + SUBDIR += semi-xemacs-mule-current + SUBDIR += semi-xemacs20 + SUBDIR += semi-xemacs20-current SUBDIR += staroffice SUBDIR += sted SUBDIR += textedit @@ -62,14 +74,20 @@ SUBDIR += uzap SUBDIR += vile SUBDIR += vilearn - SUBDIR += vim5 SUBDIR += vim-lite + SUBDIR += vim5 SUBDIR += wemi-emacs SUBDIR += wemi-emacs-current SUBDIR += wemi-emacs20 SUBDIR += wemi-emacs20-current SUBDIR += wemi-mule SUBDIR += wemi-mule-current + SUBDIR += wemi-xemacs + SUBDIR += wemi-xemacs-current + SUBDIR += wemi-xemacs-mule + SUBDIR += wemi-xemacs-mule-current + SUBDIR += wemi-xemacs20 + SUBDIR += wemi-xemacs20-current SUBDIR += wily SUBDIR += wordperfect SUBDIR += xcoral |