From owner-freebsd-ports@FreeBSD.ORG Fri Jan 23 16:04:09 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 385AE10656F1; Fri, 23 Jan 2009 16:04:09 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: from mail-ew0-f20.google.com (mail-ew0-f20.google.com [209.85.219.20]) by mx1.freebsd.org (Postfix) with ESMTP id 605D38FC0A; Fri, 23 Jan 2009 16:04:08 +0000 (UTC) (envelope-from florent.thoumie@gmail.com) Received: by ewy13 with SMTP id 13so4439888ewy.19 for ; Fri, 23 Jan 2009 08:04:07 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:in-reply-to :references:date:x-google-sender-auth:message-id:subject:from:to:cc :content-type:content-transfer-encoding; bh=sOAeZkA4pkv/uHHwQPkK0uXwa+9z+hIkWPisReM7B2Q=; b=kwRCDdO8n4agWkPXtZX0VMIGskJXgdMFI8340e/eQxuTchdbWTsNMHIeG0j/FOsMRp /dcHJk7OLUu6Nnii3zLblZz/3IcPRu1ual9u0fNa69OmH+M0EJS/inYS1eO6Y+xAFn48 qiRtc4kZkCP1rDjCfDsRUvSTfP4hqbPlleCwc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; b=XiQTBta5D4E9+bZVl8/HZcO/ISGiHGfPxDQUOrlL7pQnZW1jecswA83156ySXJ++yG cMBQO22SzW9H8pYkV1erryIW+c4f0Q0m+0FISpeMr9WdjOL1ex1TUwVd9/odW7TR5dFh cw1ShMOa/0sXqss/4zyB5iTB5Zt+Y9nh+/zMI= MIME-Version: 1.0 Sender: florent.thoumie@gmail.com Received: by 10.86.59.18 with SMTP id h18mr900066fga.5.1232726646800; Fri, 23 Jan 2009 08:04:06 -0800 (PST) In-Reply-To: <539c60b90901230746o5a7dc2b5g735f17837de1480a@mail.gmail.com> References: <539c60b90901191200n66f37c76k749ebbb829378cb9@mail.gmail.com> <200901231622.53940.makc@issp.ac.ru> <539c60b90901230746o5a7dc2b5g735f17837de1480a@mail.gmail.com> Date: Fri, 23 Jan 2009 16:04:06 +0000 X-Google-Sender-Auth: 37d76a77debd5d64 Message-ID: From: Florent Thoumie To: Steve Franks Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: Olivier SMEDTS , Jeremy Messenger , ports@freebsd.org, Dmitry Marakasov , freebsd-ports@freebsd.org 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: Fri, 23 Jan 2009 16:04:10 -0000 On Fri, Jan 23, 2009 at 3:46 PM, Steve Franks wrote: > I presume Florent's preferred method is "INSTALL_PROGRAM"? So far, > the only doc I've found is that it exists. So I put INSTALL_PROGRAM > $(WORKDIR)/$(PORTNAME) (portname just happens to be the name of the > executable) in the port Makefile, or what? I've never been able to > 'read' makefiles, so I'm not sure a look at ports.mk is going to cause > anything but frustration. We've spent minutes arguing philisophy, can > I get a couple seconds of example? :) Otherwise, PLIST_FILES looks > like it will work to me... It's not about installing files but rather registering them. PLIST_FILES/PLIST_DIRS is just a way to replace pkg-plist, for wrong reasons. -- Florent Thoumie flz@FreeBSD.org FreeBSD Committer