diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-08 13:13:58 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2001-02-08 13:13:58 +0000 |
commit | 1bcf26ef1671727bdee374ae1dfee09b47b8b480 (patch) | |
tree | 5bf4556d19c2e73e57ef8589eeb1a4146017f14f /print/dvi2tty/Makefile | |
parent | Update to version 2.2.2a (diff) |
Use MASTER_SITE_TEX_CTAN to MASTER_SITES
PR: 24879
Submitted by: Ports Fury
Diffstat (limited to '')
-rw-r--r-- | print/dvi2tty/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/print/dvi2tty/Makefile b/print/dvi2tty/Makefile index 00a049a61572..e77f83cf1ba3 100644 --- a/print/dvi2tty/Makefile +++ b/print/dvi2tty/Makefile @@ -8,10 +8,11 @@ PORTNAME= dvi2tty PORTVERSION= 1.0 CATEGORIES= print -MASTER_SITES= ftp://ctan.unsw.edu.au/ctan/tex-archive/dviware/ -DISTNAME= dvi2tty +MASTER_SITES= ${MASTER_SITE_TEX_CTAN} +MASTER_SITE_SUBDIR= nonfree/dviware +DISTNAME= ${PORTNAME} -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org IGNOREFILES= ${DISTFILES} MAN1= dvi2tty.1 |