From owner-freebsd-ports@FreeBSD.ORG Tue May 9 10:33:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org 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 58ED416A401 for ; Tue, 9 May 2006 10:33:12 +0000 (UTC) (envelope-from rbgarga@gmail.com) Received: from nz-out-0102.google.com (nz-out-0102.google.com [64.233.162.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8F0543D49 for ; Tue, 9 May 2006 10:33:11 +0000 (GMT) (envelope-from rbgarga@gmail.com) Received: by nz-out-0102.google.com with SMTP id i11so1381526nzi for ; Tue, 09 May 2006 03:33:11 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=qGRmnCVtZa71m+bL00B/kwrlcFBd2O5n4Yg5BZuxMMou4twgfKKddk9+oPWj6bSuJDIOzPASGB76a0tdCNrxketSL0jMG6aMaKqkgJxPskO/6zBKNYQetOr/RVaq2LRFC9kZWSAhNsH0es3+XpQ6EGxV2jGTelR2LhzhuSJsePw= Received: by 10.36.252.65 with SMTP id z65mr4766613nzh; Tue, 09 May 2006 03:33:11 -0700 (PDT) Received: by 10.37.14.22 with HTTP; Tue, 9 May 2006 03:33:11 -0700 (PDT) Message-ID: <747dc8f30605090333s39680f91l79a2beddd2f8b829@mail.gmail.com> Date: Tue, 9 May 2006 07:33:11 -0300 From: "Renato Botelho" To: "Sideris Michael" In-Reply-To: <20060508203709.GA32661@daemons.gr> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <20060508200926.GA6005@daemons.gr> <1147119806.18944.59.camel@ikaros.oook.cz> <20060508203709.GA32661@daemons.gr> Cc: freebsd-ports@freebsd.org Subject: Re: ports structure and improvement suggestions 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: Tue, 09 May 2006 10:33:12 -0000 On 5/8/06, Sideris Michael wrote: > On Mon, May 08, 2006 at 10:23:26PM +0200, Pav Lucistnik wrote: > > Sideris Michael p??e v po 08. 05. 2006 v 23:09 +0300: > > > > > Edit its Makefile defining the KNOBS you want > > > > You should never manually edit any files under /usr/ports > > Says who? I know it is not the right way to keep my KNOBS saved, but nobo= dy prevents me from > defining a knob somewhere in a Makefile. Plus, I used it just to provide = an example of a way > to do port customization. You can use /etc/make.conf to do it: # Vpopmail .if ${.CURDIR:N*mail/vpopmail}=3D=3D"" RELAYCLEAR=3D40 WITH_SUID_VCHKPW=3Dyes .endif -- Renato Botelho