diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:41:40 +0800 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-10 01:41:40 +0800 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/html2latex | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | freebsd-ports-gnome-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz freebsd-ports-gnome-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.zst freebsd-ports-gnome-cc971f61f67924ed1af2b68376cb76994093f6a8.zip |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/html2latex')
-rw-r--r-- | print/html2latex/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/print/html2latex/Makefile b/print/html2latex/Makefile index 9ebe1dc954ed..73a69a9ee993 100644 --- a/print/html2latex/Makefile +++ b/print/html2latex/Makefile @@ -1,17 +1,16 @@ # New ports collection makefile for: html2latex -# Version required: 0.9c # Date created: 29-March-1996 # Whom: joerg # # $FreeBSD$ # -DISTNAME= html2latex-0.9c -PKGNAME= html2latex-0.9 +PORTNAME= html2latex +PORTVERSION= 0.9c CATEGORIES= print # I can't seem to find the original dist site MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/ -DISTFILES= html2latex-0.9c.tar.Z +EXTRACT_SUFX= .tar.Z MAINTAINER= joerg@FreeBSD.org |