diff options
author | Mike Smith <msmith@FreeBSD.org> | 1998-12-20 05:24:18 +0000 |
---|---|---|
committer | Mike Smith <msmith@FreeBSD.org> | 1998-12-20 05:24:18 +0000 |
commit | a41112034ca1df1e8009356b8d3c48a59e12c2d7 (patch) | |
tree | 3636b8022e9c27723eb08d423fcbc9c93afb64f4 /editors | |
parent | c6889048c179bad4524945da06dbc433ab5e748f (diff) | |
download | ports-a41112034ca1df1e8009356b8d3c48a59e12c2d7.tar.gz ports-a41112034ca1df1e8009356b8d3c48a59e12c2d7.zip |
Add Wordperfect
Notes
Notes:
svn path=/head/; revision=15445
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 8234b8a741b5..dfcfac694c24 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 |