diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 16:45:20 +0800 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/html2latex | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.zst freebsd-ports-gnome-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/html2latex')
-rw-r--r-- | print/html2latex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile index ce7e44173876..557af7f3eb1c 100644 --- a/print/html2latex/Makefile +++ b/print/html2latex/Makefile @@ -3,12 +3,12 @@ # Date created: 29-March-1996 # Whom: joerg # -# $Id: Makefile,v 1.2 1996/07/06 09:37:17 asami Exp $ +# $Id: Makefile,v 1.3 1996/07/12 08:56:52 asami Exp $ # DISTNAME= html2latex-0.9c PKGNAME= html2latex-0.9 -CATEGORIES+= print +CATEGORIES= print # i can't seem to find the original dist site MASTER_SITES= ftp://ftp.germany.eu.net/pub/infosystems/www/ncsa/Web/Mosaic/Contrib/ DISTFILES= html2latex-0.9c.tar.Z |