diff options
author | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-11-06 17:12:02 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@FreeBSD.org> | 1998-11-06 17:12:02 +0000 |
commit | 40f2086af44d51593192929b6b60b42ff547379c (patch) | |
tree | e176343dc4c7fd6ea0d41f01c6f7dce12dcea32e /textproc/mswordview | |
parent | e18859013a0848c531ddb08a338ff8e8905b011d (diff) | |
download | ports-40f2086af44d51593192929b6b60b42ff547379c.tar.gz ports-40f2086af44d51593192929b6b60b42ff547379c.zip |
enable mswordview: ms word -> html converter.
fix CATEGORIES in mswordview/Makefile.
Notes
Notes:
svn path=/head/; revision=14375
Diffstat (limited to 'textproc/mswordview')
-rw-r--r-- | textproc/mswordview/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/mswordview/Makefile b/textproc/mswordview/Makefile index 735881e97ac9..e1be0f6c2103 100644 --- a/textproc/mswordview/Makefile +++ b/textproc/mswordview/Makefile @@ -3,11 +3,11 @@ # Date created: Fri Nov 6 09:06:33 PST 1998 # Whom: sumikawa # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1998/11/06 17:08:24 itojun Exp $ # DISTNAME= mswordview-0.4.9 -CATEGORIES= converters +CATEGORIES= textproc MASTER_SITES= http://www.csn.ul.ie/~caolan/publink/mswordview/ MAINTAINER= sumikawa@kame.net |