From owner-freebsd-ports Wed May 27 13:35:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA23287 for freebsd-ports-outgoing; Wed, 27 May 1998 13:35:47 -0700 (PDT) (envelope-from owner-freebsd-ports@FreeBSD.ORG) Received: from colossus.dyn.ml.org (dburr@206-18-112-222.la.inreach.net [206.18.112.222]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA23274 for ; Wed, 27 May 1998 13:35:38 -0700 (PDT) (envelope-from dburr@colossus.dyn.ml.org) Received: (from dburr@localhost) by colossus.dyn.ml.org (8.8.8/8.8.7) id NAA29182; Wed, 27 May 1998 13:35:19 -0700 (PDT) (envelope-from dburr) Message-ID: X-Mailer: XFMail 1.2 [p0] on FreeBSD X-Priority: 3 (Normal) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit MIME-Version: 1.0 In-Reply-To: <19980527095202.15064@ddm.on.ca> Date: Wed, 27 May 1998 13:35:18 -0700 (PDT) Organization: Computer Help From: Donald Burr To: Dave Chapeskie Subject: RE: port makefile problem: DISTFILES in multiple directories Cc: freebsd-ports@FreeBSD.ORG Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org -----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 - 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