diff options
author | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2000-02-25 01:04:11 +0000 |
commit | f895e15bb90e64f627a3b240931a490c02189db3 (patch) | |
tree | 5922622805f6c57a7c7c84cb4052390c0dc0ee45 /editors | |
parent | 940e7183817e88f872b9834cf21a9ab629edc223 (diff) | |
download | pkgsrc-f895e15bb90e64f627a3b240931a490c02189db3.tar.gz |
remove commented out SUBDIR += lines for packages that never got
converted from FreeBSD, or have been disabled since. Sorted lines
alphabetically, added some missing directories.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 17 |
1 files changed, 2 insertions, 15 deletions
diff --git a/editors/Makefile b/editors/Makefile index ee3f601a07f..13ac3dbd17a 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,43 +1,30 @@ -# $NetBSD: Makefile,v 1.28 2000/02/18 20:25:14 hubertf Exp $ +# $NetBSD: Makefile,v 1.29 2000/02/25 01:04:13 wiz Exp $ # FreeBSD Id: Makefile,v 1.44 1997/09/13 20:19:28 chuckr Exp # SUBDIR += abiword -# SUBDIR += asedit -# SUBDIR += axe SUBDIR += beav -# SUBDIR += bpatch SUBDIR += bvi -# SUBDIR += e93 SUBDIR += emacs SUBDIR += framemaker -# SUBDIR += gvim SUBDIR += hexedit SUBDIR += jed SUBDIR += joe SUBDIR += jove SUBDIR += leim -# SUBDIR += mule -# SUBDIR += mule-common SUBDIR += ne SUBDIR += nedit -# SUBDIR += nvi SUBDIR += nvi-m17n SUBDIR += pico SUBDIR += ssam -# SUBDIR += staroffice -# SUBDIR += thoteditor -# SUBDIR += uemacs -# SUBDIR += uzap + SUBDIR += vigor SUBDIR += vile SUBDIR += vilearn - SUBDIR += vigor SUBDIR += vim SUBDIR += vim-gtk SUBDIR += vim-share SUBDIR += vim-xaw SUBDIR += xcoral -# SUBDIR += xed SUBDIR += xemacs SUBDIR += xemacs-packages SUBDIR += xvile |