NOPORTDOCS ignored on command line

Sylvio Cesar scjamorim at bsd.com.br
Wed Sep 16 20:01:14 UTC 2009


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 at 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=yes make
>
> when building and installing a port.  This 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                          naddy at mips.inka.de
>
> _______________________________________________
> freebsd-ports at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at freebsd.org"
>


More information about the freebsd-ports mailing list