diff options
author | asami <asami@FreeBSD.org> | 1997-09-10 16:51:26 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-09-10 16:51:26 +0800 |
commit | c029c33dbb5d1c39da97daa805398ca0cb091520 (patch) | |
tree | b3a0a9be353bbf4779bba0a041af78d4cc214547 /editors/Makefile | |
parent | 02c0ffba94bd5778f648e41f8add84eea77c48ef (diff) | |
download | freebsd-ports-gnome-c029c33dbb5d1c39da97daa805398ca0cb091520.tar.gz freebsd-ports-gnome-c029c33dbb5d1c39da97daa805398ca0cb091520.tar.zst freebsd-ports-gnome-c029c33dbb5d1c39da97daa805398ca0cb091520.zip |
Share files among various mule ports, both port files and within
packages. The editors/mule-common package contains the language-
independent parts. Add some new ports based on input methods. They
don't take up much space because of efficient sharing.
PR: 4411
Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
Diffstat (limited to 'editors/Makefile')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 5ac1c21ec136..b7812c001784 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.41 1997/07/10 06:29:40 tg Exp $ +# $Id: Makefile,v 1.42 1997/09/03 19:39:15 gj Exp $ # SUBDIR += asedit @@ -12,6 +12,7 @@ SUBDIR += joe SUBDIR += jove SUBDIR += mule + SUBDIR += mule-common SUBDIR += nedit SUBDIR += nvi SUBDIR += staroffice |