diff options
author | nros <nros@pkgsrc.org> | 2021-01-22 16:27:21 +0000 |
---|---|---|
committer | nros <nros@pkgsrc.org> | 2021-01-22 16:27:21 +0000 |
commit | bdff239c12eadb8f491a33c6b1d1a7f9d06943d2 (patch) | |
tree | 1dcb892212723f3a6d1150f6c9234f849d344da8 /print | |
parent | 207eea41546f2ea4bead290b144e707b950d069a (diff) | |
download | pkgsrc-bdff239c12eadb8f491a33c6b1d1a7f9d06943d2.tar.gz |
set right master site for print/xpdf
ftp.foolabs.com is unresolvable and the sunsite mirros
only have old versions available
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index d3ddbd5d22b..71c76c7aa57 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.89 2020/01/26 17:32:01 rillig Exp $ +# $NetBSD: Makefile,v 1.90 2021/01/22 16:27:21 nros Exp $ DISTNAME= xpdf-3.04 CATEGORIES= print -MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ -MASTER_SITES+= ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/xpdf/} +MASTER_SITES= https://dl.xpdfreader.com/old/ PKGREVISION= 1 MAINTAINER= pkgsrc-users@NetBSD.org |