diff options
author | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-03-08 17:29:50 +0000 |
---|---|---|
committer | Shigeyuki Fukushima <shige@FreeBSD.org> | 2001-03-08 17:29:50 +0000 |
commit | 0c4632aafb3cb0ebf3702a2dcfa464d7eb6093bd (patch) | |
tree | 398b2f057312c4f5ba64d2beabfd2ddfec512c43 /graphics/xv/Makefile | |
parent | update to 1.09. (diff) |
Change MASTER_SITES for fetching xv patches(modified-for-jp-ext-patch).
Notes
Notes:
svn path=/head/; revision=39274
Diffstat (limited to 'graphics/xv/Makefile')
-rw-r--r-- | graphics/xv/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/xv/Makefile b/graphics/xv/Makefile index a79f49fe42c4..212be9924fb5 100644 --- a/graphics/xv/Makefile +++ b/graphics/xv/Makefile @@ -10,14 +10,14 @@ PORTVERSION= 3.10a PORTREVISION= 1 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.cis.upenn.edu/pub/xv/ \ - http://www.yuasa.kuis.kyoto-u.ac.jp/~shige/FreeBSD/ports/xv/ \ + ${MASTER_SITE_LOCAL} \ ftp://ftp.trilon.com/pub/xv/ \ ftp://ftp.trilon.com/pub/xv/patches/ \ - ftp://ftp.airlab.cs.ritsumei.ac.jp/pub/X/xv-jp-extension/working/ \ - ${MASTER_SITE_LOCAL} -MASTER_SITE_SUBDIR= ports/xv -# Workaround: pdf.patch and mp-tiff-patch must be fetched from my own site. -# These are modified for applying after jp-extension-patch. + ftp://ftp.airlab.cs.ritsumei.ac.jp/pub/X/xv-jp-extension/working/ +MASTER_SITE_SUBDIR= shige/xv +# Workaround: pdf.patch, mp-tiff-patch, and xv-png-1.2d.patch must be fetched +# from MASTER_SITE_LOCAL. +# These are modified for applying after jp-extension-patch. DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ ${PORTNAME}${PORTVERSION:S/.//}-jp-extension-rev5.3.3.tar.gz \ jp-ext-bzip2.patch longname.patch pdf.patch mp-tiff-patch \ |