diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:51:27 +0000 |
commit | 07cd20b334bcce67d925d228b1dc798c007141f0 (patch) | |
tree | 0b6795ee15e18090020cfa8444738bad46458587 /converters/latex2rtf | |
parent | 2db9056f6e9918e76e686389fa7de8a0a3ed22b6 (diff) | |
download | pkgsrc-07cd20b334bcce67d925d228b1dc798c007141f0.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
Diffstat (limited to 'converters/latex2rtf')
-rw-r--r-- | converters/latex2rtf/Makefile | 3 | ||||
-rw-r--r-- | converters/latex2rtf/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/converters/latex2rtf/Makefile b/converters/latex2rtf/Makefile index 256da9ffddf..93cd11099b5 100644 --- a/converters/latex2rtf/Makefile +++ b/converters/latex2rtf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/03/08 00:20:16 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2001/02/16 13:59:25 wiz Exp $ # DISTNAME= latex2rtf-1.8aa @@ -8,6 +8,7 @@ MASTER_SITES= ${MASTER_SITE_TEX_CTAN:=support/latex2rtf/} MAINTAINER= brook@nmsu.edu HOMEPAGE= http://www.kfa-juelich.de/isr/1/texconv/latex2rtf.html +COMMENT= LaTeX to RTF converter INFO_FILES= latex2rtf.info diff --git a/converters/latex2rtf/pkg/COMMENT b/converters/latex2rtf/pkg/COMMENT deleted file mode 100644 index bb856bab169..00000000000 --- a/converters/latex2rtf/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -LaTeX to RTF converter |