diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-10 08:08:18 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-04-10 08:08:18 +0000 |
commit | 38b22249fbc3988bf093d98981044f8d192627f6 (patch) | |
tree | 439b5ffcaa3437a8e2ab1f56ae0586d46965e20f /editors | |
parent | 24430e4561eae658449627f99d268c61504b625d (diff) | |
download | ports-38b22249fbc3988bf093d98981044f8d192627f6.tar.gz ports-38b22249fbc3988bf093d98981044f8d192627f6.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/editors/Makefile b/editors/Makefile index 690493b52550..6462702abe2e 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,7 +1,8 @@ -# $Id: Makefile,v 1.11 1995/03/03 08:26:28 jkh Exp $ +# $Id: Makefile,v 1.12 1995/03/29 19:29:57 ats Exp $ # # broken: uemacs, mastersite never reachable in three weeks -# -SUBDIR= axe emacs jove mule vile xemacs xvile +# broken: mule, its patches don't apply properly. And it should +# probably be in ports/japanese anyway! :-) +SUBDIR= axe emacs jove vile xemacs xvile .include <bsd.port.subdir.mk> |