UlasSAYGINIM / makextract

Creates a make.conf with options used for installed FreeBSD ports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

makextract

makextract is a very (!) simple script to create a make.conf based on the port options chosen during port installation.

compatible with FreeBSD 13.0 and above

USAGE:

  1. Download the makextract.sh file
  2. Set execution permission: chmod 700 makextract.sh
  3. Run the script without any parameters: ./makextract.sh
  4. Review the make.conf which was created in the current directory and move it to /etc/make.conf

About

Creates a make.conf with options used for installed FreeBSD ports

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Shell 100.0%