From owner-freebsd-ports@FreeBSD.ORG Thu Jan 22 22:02:32 2009 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A29B31065672 for ; Thu, 22 Jan 2009 22:02:32 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.243]) by mx1.freebsd.org (Postfix) with ESMTP id 4BE228FC1A for ; Thu, 22 Jan 2009 22:02:32 +0000 (UTC) (envelope-from bahamasfranks@gmail.com) Received: by an-out-0708.google.com with SMTP id b38so503864ana.13 for ; Thu, 22 Jan 2009 14:02:31 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=cUSUGsjjm6oElv+Qql9RIiNshgBq8iKVDNtKs7zKEkU=; b=aM+gcdtLgdzfOt9K5UAb93ZYYZ2eSv37UtIU1ZWAjI7OQY+ezbBHiJzgbkWJi3R74E SNypngZv86G9KcubNFhCVet6FUKbk/WIAJK5c7taZ9J2MyRgNxNE9uypNUAAVJvgp5BT 0sidy961dqc9wCB/k7m5xM+NixlQTkkGnMl1k= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; b=h3qOuiZFog7y4IN2tKzM5tITAJ6NXLsuU3efyJqWWGtQgWT5tOJTo7jFxHnBVZONJ+ 3p77VX6XoDAu1fb4w9yC+gfEhkgNp3znXTXckyVeRGOIrkY+PIrqyG9R76LoJhK1UlxA rNwQ6RiLgJD8ZyTrRWJXnGmHTc3zj2SGkrv+o= MIME-Version: 1.0 Received: by 10.100.6.16 with SMTP id 16mr4261311anf.108.1232661751589; Thu, 22 Jan 2009 14:02:31 -0800 (PST) In-Reply-To: References: <539c60b90901191200n66f37c76k749ebbb829378cb9@mail.gmail.com> <367b2c980901191308l474f2d88ge7cbb860e703b737@mail.gmail.com> <367b2c980901191309k2198f14ak288590cfe9e3d320@mail.gmail.com> <20090122174455.GB20525@hades.panopticon> Date: Thu, 22 Jan 2009 15:02:31 -0700 Message-ID: <539c60b90901221402u5dc6a45cwbfed57573cc4163f@mail.gmail.com> From: Steve Franks To: Florent Thoumie Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Olivier SMEDTS , ports@freebsd.org, Dmitry Marakasov Subject: Re: how to install a port without install: in the Makefile 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: Thu, 22 Jan 2009 22:02:33 -0000 >> >>> and of course you must have "bin/program_name" in pkg-plist. >> >> If it's just a single file, the preferred way is to add >> >> PLIST_FILES= bin/program_name >> >> to the Makefile and not use pkg-plist at all. > > No, no, no. > > This is not *preferred*. > Well, what is, then? ... Steve