diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-19 08:04:37 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-12-19 08:04:37 +0000 |
commit | 49c5f93f606631d11f2294514979734a9459a91b (patch) | |
tree | e0a53845892ef12c9654a617ddd51f2a3e5f4b4c /print/rtf2latex/Makefile | |
parent | 2a5f22a2f49427ad5b6d8d282404139912b7f49d (diff) | |
download | ports-49c5f93f606631d11f2294514979734a9459a91b.tar.gz ports-49c5f93f606631d11f2294514979734a9459a91b.zip |
Notes
Diffstat (limited to 'print/rtf2latex/Makefile')
-rw-r--r-- | print/rtf2latex/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/print/rtf2latex/Makefile b/print/rtf2latex/Makefile index 89254b38c484..dc3ec1e9b135 100644 --- a/print/rtf2latex/Makefile +++ b/print/rtf2latex/Makefile @@ -1,6 +1,6 @@ # New ports collection makefile for: rtf2LaTeX -# Date created: 25 Jan 1995 -# Whom: Thomas Gellekum <tg@FreeBSD.org> +# Date created: 25 Jan 1995 +# Whom: Thomas Gellekum <tg@FreeBSD.org> # # $FreeBSD$ # @@ -8,12 +8,14 @@ PORTNAME= rtf2latex PORTVERSION= 1.5 CATEGORIES= print -MASTER_SITES= ftp://ftp.dante.de/pub/tex/support/rtf2latex/ -DISTNAME= rtf2LaTeX.1.5 +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= support/rtf2latex +DISTNAME= rtf2LaTeX.${PORTVERSION} MAINTAINER= ports@FreeBSD.org WRKSRC= ${WRKDIR}/rtf2LaTeX + MAN1= rtf2LaTeX.1 post-extract: |