Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Jun 2000 10:12:20 -0400
From:      "Lester A. Mesa" <netadmin@primex.prontel.net>
To:        "Maxim Sobolev" <sobomax@FreeBSD.ORG>
Cc:        <freebsd-ports@FreeBSD.ORG>
Subject:   Re: 
Message-ID:  <007701bfdde6$371060a0$a956e3d8@workstation9>
References:  <006201bfdde3$84f92b60$a956e3d8@workstation9> <3954BEFF.64CE5B59@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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" <sobomax@FreeBSD.ORG>
To: "Lester A. Mesa" <netadmin@primex.prontel.net>
Cc: <freebsd-ports@FreeBSD.ORG>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?007701bfdde6$371060a0$a956e3d8>