diff options
author | tv <tv@pkgsrc.org> | 1998-05-15 15:02:57 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 1998-05-15 15:02:57 +0000 |
commit | ff753716beab35c5f6da3328628275e6d0878d0e (patch) | |
tree | 5af3d9c9eaa028c1809c4884e690afc42c589e84 /textproc/texi2html | |
parent | 748a77d15cacd4db85f49df9bb6d00d3a1620401 (diff) | |
download | pkgsrc-ff753716beab35c5f6da3328628275e6d0878d0e.tar.gz |
texi2html is NOT a web utility--it is a text utility. It does not
interact directly with web servers or clients; its only relationship to
the web is that web servers typically use HTML for content.
Diffstat (limited to 'textproc/texi2html')
-rw-r--r-- | textproc/texi2html/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/texi2html/Makefile b/textproc/texi2html/Makefile index 6717bb05369..91b74f9e022 100644 --- a/textproc/texi2html/Makefile +++ b/textproc/texi2html/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.2 1998/05/15 06:10:47 hubertf Exp $ +# $NetBSD: Makefile,v 1.3 1998/05/15 15:02:57 tv Exp $ # DISTNAME= texi2html PKGNAME= texi2html-1.52 -CATEGORIES= textproc www +CATEGORIES= textproc MASTER_SITES= http://wwwcn1.cern.ch/dci/texi2html/ EXTRACT_SUFX= .shar.Z |