diff options
author | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
---|---|---|
committer | cpiazza <cpiazza@FreeBSD.org> | 2000-04-09 17:41:40 +0000 |
commit | cc971f61f67924ed1af2b68376cb76994093f6a8 (patch) | |
tree | 6e705d3b31045e5425f91a8abbb4e249861d0a82 /print/rtf2latex | |
parent | a1931f5282c2b9def20d1e9549d5eaa664f1bcdc (diff) | |
download | FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.zip FreeBSD-ports-cc971f61f67924ed1af2b68376cb76994093f6a8.tar.gz |
Update with the new PORTNAME/PORTVERSION variables
Diffstat (limited to 'print/rtf2latex')
-rw-r--r-- | print/rtf2latex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index efd4ffd..63a5709 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -1,15 +1,15 @@ # New ports collection makefile for: rtf2LaTeX -# Version required: 1.5 # Date created: 25 Jan 1995 # Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= rtf2LaTeX.1.5 -PKGNAME= rtf2latex-1.5 +PORTNAME= rtf2latex +PORTVERSION= 1.5 CATEGORIES= print MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ +DISTNAME= rtf2LaTeX.1.5 MAINTAINER= ports@FreeBSD.org |