diff options
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 |