so remove it from MASTER_SITES (which isn't even used for fetching the pregen). Fetch problem reported by rsadowski.
19 lines
422 B
Makefile
19 lines
422 B
Makefile
# $OpenBSD: Makefile.inc,v 1.15 2017/02/28 09:40:35 sthen Exp $
|
|
|
|
CATEGORIES ?= print
|
|
HOMEPAGE ?= http://tug.org/texlive/
|
|
MAINTAINER ?= Edd Barrett <edd@openbsd.org>
|
|
|
|
# http://tug.org/texlive/LICENSE.TL
|
|
PERMIT_PACKAGE_CDROM ?= Yes
|
|
PERMIT_PACKAGE_FTP ?= Yes
|
|
PERMIT_DISTFILES_FTP ?= Yes
|
|
|
|
EXTRACT_SUFX ?= .tar.xz
|
|
|
|
V ?= 2015
|
|
DIST_V ?= ${V}0523
|
|
|
|
MASTER_SITES ?= ftp://ftp.tug.org/texlive/historic/${V}/
|
|
PATCHORIG ?= .origy
|