diff options
author | dillo <dillo> | 2005-12-08 18:53:24 +0000 |
---|---|---|
committer | dillo <dillo> | 2005-12-08 18:53:24 +0000 |
commit | c476afe5e3cee6aa859d88f415f86c60dbfdb629 (patch) | |
tree | 57f90a64ba73ad274e7ad4075afd7237a4f90c50 /print | |
parent | 874f3d9bbc4ed10043f1841e327951cc128ed9b3 (diff) | |
download | pkgsrc-c476afe5e3cee6aa859d88f415f86c60dbfdb629.tar.gz |
Fix subdirectory on sunsite mirrors, noted by reed.
Diffstat (limited to 'print')
-rw-r--r-- | print/xpdf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/xpdf/Makefile b/print/xpdf/Makefile index 1eaada05f26..289fe1f0d66 100644 --- a/print/xpdf/Makefile +++ b/print/xpdf/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.42 2005/12/07 09:26:58 uebayasi Exp $ +# $NetBSD: Makefile,v 1.43 2005/12/08 18:53:24 dillo Exp $ DISTNAME= xpdf-3.01 PKGNAME= ${DISTNAME}pl1 CATEGORIES= print MASTER_SITES= ftp://ftp.foolabs.com/pub/xpdf/ \ - ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/} \ + ${MASTER_SITE_SUNSITE:=apps/graphics/viewers/X/xpdf/} \ http://gd.tuwien.ac.at/publishing/xpdf/ PATCH_SITES= ${MASTER_SITES} |