diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 09:12:15 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-05-02 09:12:15 +0000 |
commit | e7046e8952dd475463b3d08fcd18d9e531246d2b (patch) | |
tree | 2b106484240d21ad3710707ac617aaea899c9cc8 /editors/Makefile | |
parent | Added rtf2latex. (diff) |
Move uemacs back into SUBDIR, tg found a reachable master site.
Notes
Notes:
svn path=/head/; revision=1576
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/Makefile b/editors/Makefile index bb4f45d5c058..d3ba7e010bcf 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,7 +1,7 @@ -# $Id: Makefile,v 1.14 1995/04/11 06:47:06 jkh Exp $ +# $Id: Makefile,v 1.15 1995/04/29 10:29:44 jkh Exp $ # -# broken: uemacs, mastersite never reachable in three weeks -# mule should probably be in ports/japanese. -SUBDIR= axe emacs jove tkHTML vile mule xemacs xvile +# broken: none + +SUBDIR= axe emacs jove mule tkHTML uemacs vile xemacs xvile .include <bsd.port.subdir.mk> |