Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2009 17:01:13 -0300
From:      Sylvio Cesar <scjamorim@bsd.com.br>
To:        Christian Weisgerber <naddy@mips.inka.de>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: NOPORTDOCS ignored on command line
Message-ID:  <5859850b0909161301m63ee689ag14ed77b99459d7db@mail.gmail.com>
In-Reply-To: <h8r9gb$29j3$1@lorvorc.mips.inka.de>
References:  <h8r9gb$29j3$1@lorvorc.mips.inka.de>

next in thread | previous in thread | raw e-mail | index | archive | help
No, what port you are installing? The variable "NOPORTDOCS" must is
inside of Makefile
ie.

post-install:
.if !defined(NOPORTDOCS)
xxx
xx
.endif

The port that you to want install must have this.

So you could to use in the directory of port:

# make install -DNOPORTDOCS

Regards,

Sylvio Cesar.


2009/9/16 Christian Weisgerber <naddy@mips.inka.de>:
> Unless I misremember, it used to be possible to specify NOPORTDOCS on
> the command line
>
> $ make -DNOPORTDOCS
>
> or in the environment
>
> $ env NOPORTDOCS=3Dyes make
>
> when building and installing a port. =A0This doesn't work any longer,
> you now have to set it in /etc/make.conf, otherwise it won't be
> picked up.
>
> Is this intentional?
>
> --
> Christian "naddy" Weisgerber =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =
=A0 =A0naddy@mips.inka.de
>
> _______________________________________________
> freebsd-ports@freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org"
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?5859850b0909161301m63ee689ag14ed77b99459d7db>