From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 22 19:43:55 2005 Return-Path: X-Original-To: freebsd-ports-bugs@freebsd.org Delivered-To: freebsd-ports-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BC6B16A41F for ; Fri, 22 Jul 2005 19:43:55 +0000 (GMT) (envelope-from xride@x12.dk) Received: from swip.net (mailfe09.tele2.se [212.247.155.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8799C43D49 for ; Fri, 22 Jul 2005 19:43:54 +0000 (GMT) (envelope-from xride@x12.dk) X-T2-Posting-ID: lkM/Dn7LTUP9vUt2XCoVCw== Received: from x12.dk ([83.72.97.237] verified) by mailfe09.swip.net (CommuniGate Pro SMTP 4.3.4) with ESMTP id 216643506 for freebsd-ports-bugs@FreeBSD.org; Fri, 22 Jul 2005 21:43:53 +0200 Received: from localhost (unknown [127.0.0.1]) by x12.dk (Postfix) with ESMTP id 6E8465081A for ; Fri, 22 Jul 2005 21:43:47 +0200 (CEST) Received: from x12.dk ([127.0.0.1]) by localhost (x12.dk [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 04619-10 for ; Fri, 22 Jul 2005 21:42:21 +0200 (CEST) Received: from x12.dk (localhost [127.0.0.1]) by x12.dk (Postfix) with ESMTP for ; Fri, 22 Jul 2005 21:42:21 +0200 (CEST) Received: from localhost (xride@localhost) by x12.dk (8.13.3/8.13.3/Submit) with ESMTP id j6MJgLm1005049 for ; Fri, 22 Jul 2005 21:42:21 +0200 (CEST) (envelope-from xride@x12.dk) Date: Fri, 22 Jul 2005 21:42:21 +0200 (CEST) From: Soeren Straarup To: freebsd-ports-bugs@FreeBSD.org In-Reply-To: <200507221910.j6MJAOfL006880@freefall.freebsd.org> Message-ID: <20050722214026.U70851@x12.dk> References: <200507221910.j6MJAOfL006880@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: MULTIPART/MIXED; BOUNDARY="0-1231393811-1122061341=:70851" X-Virus-Scanned: amavisd-new at x12.dk Cc: Subject: Re: ports/83915: py-numeric fails to build properly due to naming error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Jul 2005 19:43:55 -0000 This message is in MIME format. The first part should be readable text, while the remaining parts are likely unreadable without MIME-aware tools. --0-1231393811-1122061341=:70851 Content-Type: TEXT/PLAIN; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: QUOTED-PRINTABLE To send it in clear text too: --- Makefile.orig Fri Jul 22 20:45:45 2005 +++ Makefile Fri Jul 22 20:45:59 2005 @@ -15,6 +15,7 @@ DISTFILES=3D Numeric-${PORTVERSION}${EXTRACT_SUFX}:source \ numpy.pdf:doc EXTRACT_ONLY=3D Numeric-${PORTVERSION}${EXTRACT_SUFX} +WRKSRC=3D ${WRKDIR}/Numeric-${PORTVERSION} MAINTAINER=3D tg@FreeBSD.org COMMENT=3D The Numeric Extension to Python @@ -35,7 +36,7 @@ .endif post-extract: - @${CP} ${DISTDIR}/numpy.pdf ${WRKSRC} + @${CP} ${DISTDIR}/numpy.pdf ${WRKDIR} post-install: @${MKDIR} ${EXAMPLESDIR} \S=F8ren Soeren Straarup | aka OZ2DAK aka Xride FreeBSD wannabe | FreeBSD since 2.2.6-R 'We wanted to believe. But the tools had been taken away..' Mulder --0-1231393811-1122061341=:70851--