diff options
author | dillo <dillo@pkgsrc.org> | 2005-12-08 18:53:24 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2005-12-08 18:53:24 +0000 |
commit | d4239c0005808f09176f20a797015374ca4db296 (patch) | |
tree | 57f90a64ba73ad274e7ad4075afd7237a4f90c50 /print/xpdf | |
parent | 049c30ab6cc5423fb40c5bb07a42386ee56540eb (diff) | |
download | pkgsrc-d4239c0005808f09176f20a797015374ca4db296.tar.gz |
Fix subdirectory on sunsite mirrors, noted by reed.
Diffstat (limited to 'print/xpdf')
-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} |