From owner-freebsd-ports@FreeBSD.ORG Tue Feb 10 01:15:51 2004 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4306616A4CE for ; Tue, 10 Feb 2004 01:15:51 -0800 (PST) Received: from elanus.its.uu.se (Elanus.its.UU.SE [130.238.4.143]) by mx1.FreeBSD.org (Postfix) with ESMTP id D837943D1D for ; Tue, 10 Feb 2004 01:15:50 -0800 (PST) (envelope-from martin@gumucio.com) Received: by elanus.its.uu.se (Postfix, from userid 204) id 779B3485B; Tue, 10 Feb 2004 10:15:49 +0100 (NFT) Received: from elanus.its.uu.se(127.0.0.1) by elanus.its.uu.se via virus-scan id s20502; Tue, 10 Feb 04 10:15:41 +0100 Received: from [10.10.37.131] (NL05-37-131.STUDENT.UU.SE [10.10.37.131]) by elanus.its.uu.se (Postfix) with ESMTP id 16F264825 for ; Tue, 10 Feb 2004 10:15:41 +0100 (NFT) From: Martin Gumucio To: ports@freebsd.org Content-Type: text/plain Message-Id: <1076404565.11069.33.camel@rollo> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Tue, 10 Feb 2004 10:16:11 +0100 Content-Transfer-Encoding: 7bit Subject: port: linux_nwndata 1.29 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Feb 2004 09:15:51 -0000 The Makefile doesn't seem to correctly detect when the big resource file is in place is ports/distfiles. Heres a diff with some changes that at least makes sense to me. Also the original IGNORE text prompts the user to run "make" in /usr/ports/distfiles...? Cheers! // Martin Gumucio Makefile 30,31c30,31 < .if !exists(${DISTDIR}/${DISTFILES}) < IGNORE= You need to download the data file manually. Its big: 1.2 gigabyte. You can find it at ftp://jeuxlinux.com/bioware/Neverwinter_Nights/${DISTFILES}. Copy it to ${DISTDIR} and run "make install" again here. --- > .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) > IGNORE= You need to download the data files manually. They are big++: 1.2 gigabyte. You can find them at ftp://jeuxlinux.com/bioware/Neverwinter_Nights/ as ${DISTFILES}. Copy them to ${DISTDIR} and run "make" again there.