Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 27 May 1998 13:35:18 -0700 (PDT)
From:      Donald Burr <dburr@POBoxes.com>
To:        Dave Chapeskie <dchapes@ddm.on.ca>
Cc:        freebsd-ports@FreeBSD.ORG
Subject:   RE: port makefile problem:  DISTFILES in multiple directories
Message-ID:  <XFMail.980527133518.dburr@POBoxes.com>
In-Reply-To: <19980527095202.15064@ddm.on.ca>

next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE-----

My secret spy satellite informs me that on 27-May-98, Dave Chapeskie wrote:
> The problem is with MASTER_SITES, DISTFILES, and the checksum target.
> I need to get a eight different files from four different directories.
> This is what I've done (relevant lines only):
> 
> PKGNAME=      inform-6.15
> MASTER_SITES= ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/
> DIST_SUBDIR=  inform6
> DISTFILES=    source/inform615_source.zip \
>               library/inform_library67.tar.gz \
>               [...etc...]

How about this?
MASTER_SITES=  
ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/source/ \
ftp://ftp.gmd.de/if-archive/infocom/compilers/inform6/library/ \
...

DISTFILES=      inform615_source.zip inform_library67.tar.gz ...

This should solve your problem, because it will try each of your
MASTER_SITES to find the files, and since the master sites have the
directory coded in them, you don't have to worry about that.
- ---
Donald Burr <dburr@POBoxes.com> - Ask me for my PGP key | PGP: Your
WWW HomePage: http://DonaldBurr.base.org/  ICQ #1347455 | right to
Address: P.O. Box 91212, Santa Barbara, CA 93190-1212   | 'Net privacy.
Phone: (805) 957-9666    FAX: (800) 492-5954            | USE IT.

-----BEGIN PGP SIGNATURE-----
Version: 2.6.2

iQCVAwUBNWx5BvjpixuAwagxAQGH4QP+LEPE0q+pyQ5g3b4FatiACqbm/lRUSuuL
Sg/hGMVbuaPn84TNTDeNVWbaDGOLvgAV2rVcDafTSCuUimOPs5y/kM9trMqH4c4f
0blrs3+qq33d/9cYLBefumVBdT3xz+cmsrWdDL82tMFciu76PFpZtx3BsnO1uGOr
U3DJWSvl1kE=
=2T32
-----END PGP SIGNATURE-----

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?XFMail.980527133518.dburr>