diff options
author | itojun <itojun@FreeBSD.org> | 1998-11-07 01:12:02 +0800 |
---|---|---|
committer | itojun <itojun@FreeBSD.org> | 1998-11-07 01:12:02 +0800 |
commit | dd86a56d240652321c8ea15e5b9502a8452bd945 (patch) | |
tree | 8dd72119a652ab15b58d2a3da9b75295aa443725 /textproc/wv | |
parent | 0c60166fa191ecc129ed83e22436ad03b903a5b2 (diff) | |
download | freebsd-ports-gnome-dd86a56d240652321c8ea15e5b9502a8452bd945.tar.gz freebsd-ports-gnome-dd86a56d240652321c8ea15e5b9502a8452bd945.tar.zst freebsd-ports-gnome-dd86a56d240652321c8ea15e5b9502a8452bd945.zip |
enable mswordview: ms word -> html converter.
fix CATEGORIES in mswordview/Makefile.
Diffstat (limited to 'textproc/wv')
-rw-r--r-- | textproc/wv/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/wv/Makefile b/textproc/wv/Makefile index 735881e97ac9..e1be0f6c2103 100644 --- a/textproc/wv/Makefile +++ b/textproc/wv/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 |