diff options
author | kevlo <kevlo@FreeBSD.org> | 2001-02-08 21:13:58 +0800 |
---|---|---|
committer | kevlo <kevlo@FreeBSD.org> | 2001-02-08 21:13:58 +0800 |
commit | 836f09630cf00ae8ed3dc5154653a8bbe0fc923a (patch) | |
tree | 2679b28c82c45a2657651f9c0546bbb3d656d7b5 /print | |
parent | 7464758f8afa597b586e4b98f8e982ff8852274b (diff) | |
download | freebsd-ports-gnome-836f09630cf00ae8ed3dc5154653a8bbe0fc923a.tar.gz freebsd-ports-gnome-836f09630cf00ae8ed3dc5154653a8bbe0fc923a.tar.zst freebsd-ports-gnome-836f09630cf00ae8ed3dc5154653a8bbe0fc923a.zip |
Use MASTER_SITE_TEX_CTAN to MASTER_SITES
PR: 24879
Submitted by: Ports Fury
Diffstat (limited to 'print')
-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 |