diff options
author | msmith <msmith@FreeBSD.org> | 1998-12-20 05:24:18 +0000 |
---|---|---|
committer | msmith <msmith@FreeBSD.org> | 1998-12-20 05:24:18 +0000 |
commit | 30be23e54f734187c11e28685f5f1e73b5637dd2 (patch) | |
tree | 8b27433d051c4a51ba97ad1a4a4b519cf716bb3f /editors | |
parent | 4b054d5a069ea44fb135574fcd2e1c4896277632 (diff) | |
download | FreeBSD-ports-30be23e54f734187c11e28685f5f1e73b5637dd2.zip FreeBSD-ports-30be23e54f734187c11e28685f5f1e73b5637dd2.tar.gz |
Add Wordperfect
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/Makefile b/editors/Makefile index 8234b8a..dfcfac6 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.60 1998/12/07 22:02:16 kuriyama Exp $ +# $Id: Makefile,v 1.61 1998/12/13 14:23:50 kuriyama Exp $ # SUBDIR += asedit @@ -33,6 +33,7 @@ SUBDIR += vilearn SUBDIR += vim4 SUBDIR += vim5 + SUBDIR += wordperfect SUBDIR += xcoral SUBDIR += xed SUBDIR += xemacs |