From owner-freebsd-ports Sat Jun 24 7:16:16 2000 Delivered-To: freebsd-ports@freebsd.org Received: from primex.prontel.net (primex.prontel.net [216.242.25.10]) by hub.freebsd.org (Postfix) with ESMTP id D8B6F37B862; Sat, 24 Jun 2000 07:16:12 -0700 (PDT) (envelope-from netadmin@primex.prontel.net) Received: from workstation9 (mazpe@dsl-216-227-86-169.telocity.com [216.227.86.169]) by primex.prontel.net (8.9.3/8.9.3) with SMTP id KAA60171; Sat, 24 Jun 2000 10:16:55 -0400 (EDT) (envelope-from netadmin@primex.prontel.net) Message-ID: <007701bfdde6$371060a0$a956e3d8@workstation9> From: "Lester A. Mesa" To: "Maxim Sobolev" Cc: References: <006201bfdde3$84f92b60$a956e3d8@workstation9> <3954BEFF.64CE5B59@FreeBSD.org> Subject: Re: Date: Sat, 24 Jun 2000 10:12:20 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4029.2901 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4029.2901 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks Maxim: I spend and entire doing the very same thing and it did not worked.. Now is working, so i was probably missing something Now i seem to have one last problem. The program I'm installing recommends to do a make install-strip, so i put in the port INSTALL_TARGET= install-strip .. Is this the correct configuration? because for some reason it installs inside my program directory a bunch of the directories/files that does not come with the program like: libexec share info and others.. is there a way to fix this? ----- Original Message ----- From: "Maxim Sobolev" To: "Lester A. Mesa" Cc: Sent: Saturday, June 24, 2000 10:00 AM Subject: Re: "Lester A. Mesa" wrote: > Good Morning, > > I'm creating a port and i have a question.. > > How can i get the port to run a system commands like pw useradd or even echo > a file with information or run a script that will hold this commands, before > it actually starts to ./configure? Simply add pre-configure target, for example: [...] pre-configure: cat somedir/somefile [...] Take a look at existing ports for more examples. -Maxim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message