From owner-freebsd-ports Sun Oct 15 18:32:02 1995 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id SAA21857 for ports-outgoing; Sun, 15 Oct 1995 18:32:02 -0700 Received: from precipice.shockwave.com (precipice.shockwave.com [171.69.108.33]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id SAA21852 ; Sun, 15 Oct 1995 18:32:00 -0700 Received: from localhost (localhost [127.0.0.1]) by precipice.shockwave.com (8.6.12/8.6.12) with SMTP id SAA03854; Sun, 15 Oct 1995 18:31:26 -0700 Message-Id: <199510160131.SAA03854@precipice.shockwave.com> To: asami@freebsd.org cc: ports@freebsd.org Subject: how do you grab multiple files from various locations? Date: Sun, 15 Oct 1995 18:31:26 -0700 From: Paul Traina Sender: owner-ports@freebsd.org Precedence: bulk # New ports collection makefile for: ashe # Version required: 1.1.2 # Date created: 16 October 1995 # Whom: pst # # $Id$ # DISTNAME= ashe-1.1.2 CATEGORIES+= editors MASTER_SITES= ftp://ftp.cs.rpi.edu/pub/puninj/ASHE/ASHE-1.1.2/ DISTFILES= src/ashe_cci.tar.Z libcci/cci.tar.Z libhtmlw/libhtmlw.tar.Z MAINTAINER= pst@freebsd.org .include I actually went into the bsd.port.mk file and basename'ed the distfiles, but I assume that that is utterly bogus. You said you had a way of pulling down multiple url's in different directories for a given port, how do you do it? Paul