FreeBSD Packages and Ports management Configuring software sources

Help us to keep this website almost Ad Free! It takes only 10 seconds of your time:
> Step 1: Go view our video on YouTube: EF Core Bulk Insert
> Step 2: And Like the video. BONUS: You can also share it!

Example

If you want custom configuration from ports, you can configure it before building it make config. All ports configuration are stored in /var/db/ports/${CATEGORY_NAME}/options as makefile.

Configuring www/apache24

cd /usr/ports/www/apache24
make config
make
make install

This configuration will be saved in /var/db/ports/www_apache24/options.



Got any FreeBSD Question?