When you first install some packages, a terminal-based GUI comes up with several installation/compilation options (when executing make install clean in a ports folder).
For example, with Nginx, it's going to ask you whether you want to enable the HTTP_REWRITE_MODULE etc.
My problem is I've already installed Nginx but I need to reinstall/recompile it with different options. However, I could not find how to bring up the options screen again when calling make install clean.
Any help would be greatly appreciated.
Thanks,
Etienne
For example, with Nginx, it's going to ask you whether you want to enable the HTTP_REWRITE_MODULE etc.
My problem is I've already installed Nginx but I need to reinstall/recompile it with different options. However, I could not find how to bring up the options screen again when calling make install clean.
Any help would be greatly appreciated.
Thanks,
Etienne