diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-12-19 08:04:37 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-12-19 08:04:37 +0000 |
commit | 6ef60c853eea3a65df65a7de698c1b2b230ac6bd (patch) | |
tree | 32890d949bceb14d340bd081f3596b1a0a390e0f /print | |
parent | d72d6fb192ca6b0d0b4413f59329595b19826cbd (diff) | |
download | FreeBSD-ports-6ef60c853eea3a65df65a7de698c1b2b230ac6bd.zip FreeBSD-ports-6ef60c853eea3a65df65a7de698c1b2b230ac6bd.tar.gz |
- Use MASTER_SITE_TEX_CTAN to MASTER_SITES
PR: 23629
Submitted by: Ports Furry
Diffstat (limited to 'print')
-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 89254b3..dc3ec1e 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: |