FreeBSD 9 ports: How to make quiet installations?

4

3

Just wondering how do I make ports installation - without config options (blue) window popup?

Assuming that I accept default options of the installation.

make install clean

Alex G

Posted 2012-09-27T03:03:22.403

Reputation: 909

Answers

5

Add

BATCH=yes
to

/etc/make.conf

Alternatively, run make install clean BATCH=yes

arved

Posted 2012-09-27T03:03:22.403

Reputation: 603

1I don't need it permanent. Just per the installation. Should make install clean BATCH=yes work? – Alex G – 2012-09-27T13:58:59.273

1yes it should work – arved – 2012-09-27T14:06:30.190