From owner-freebsd-ports@FreeBSD.ORG Mon May 7 15:54:09 2007 Return-Path: X-Original-To: ports@freebsd.org Delivered-To: freebsd-ports@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8C38016A409 for ; Mon, 7 May 2007 15:54:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.241]) by mx1.freebsd.org (Postfix) with ESMTP id 48A4213C459 for ; Mon, 7 May 2007 15:54:09 +0000 (UTC) (envelope-from swhetzel@gmail.com) Received: by an-out-0708.google.com with SMTP id d23so123535and for ; Mon, 07 May 2007 08:54:08 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=nTN23NeVtnNwsGtlb1pl6BAdmVEIWCEzOCiBxYZAHLAVUiPNvG0e1wz0JcVDWMWtFdfWw8nC4duIYPc/JZJdBg06yfh5kgbQZ5DkTuSxtmbZk3Kcdr9LWbScCCI0pCVV6afW4EgoHxzsoqlj6qQuHH9Nd7QGH661AcdvZ5wGzqY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=myN7p+C2H9AbCtAjhk956tXjkcuoRF/obNJls2lPbq4eh6SeqLroWRreAeHxSa1yS6+b/+UmBq0uUS/Ijssq8X+sMzuNkl71DyArI55nye7ER+B4YnazCVmNKtf7GAkr73eKVyMKia62EK4ls+WWQkJg47OrqVN7E6+VVWYv+hM= Received: by 10.100.214.8 with SMTP id m8mr4901730ang.1178553245905; Mon, 07 May 2007 08:54:05 -0700 (PDT) Received: by 10.100.139.10 with HTTP; Mon, 7 May 2007 08:54:05 -0700 (PDT) Message-ID: <790a9fff0705070854y1104fc85lc70cff3d23036daa@mail.gmail.com> Date: Mon, 7 May 2007 10:54:05 -0500 From: "Scot Hetzel" To: "Stevan Tiefert" In-Reply-To: <1178550334.6653.9.camel@vagabund.w33> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1178550334.6653.9.camel@vagabund.w33> Cc: ports@freebsd.org Subject: Re: How to prevent make compiling a binary? X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 May 2007 15:54:09 -0000 On 5/7/07, Stevan Tiefert wrote: > Hello list, > > I've tar'ed and gzip'ed a binary library. Put on a web-server. Wrote a > Makefile like the Porter's Handbook describes. It fetches the *.tar.gz > and so on. > > But during the "make install" he asks for a Makefile (I think > PORTNAME/work/DISTNAME/Makefile) but there is no Makefile because it is > not needed. The library is compiled! > > I thought the "NO_BUILD= yes" would be enough. But it seems I need > addiotional work. > > Again: I want to prevent make to search for */work/*/Makefile! > > Can somebody kick me to the right direction? > Create a "do-install" target in your ports Makefile that installs the binary file. Scot -- DISCLAIMER: No electrons were mamed while sending this message. Only slightly bruised.