How to rebuild the package with all options?

How to rebuild the package? I want to rebuild some softwares with ports collection. During making install, there are some options allow us to choose, so how to make those option appear again?
 
HanBing said:
During making install, there are some options allow us to choose, so how to make those option appear again?
Those options are stored in /var/db/ports/. You can remove them with # make rmconfig or # make rmconfig-recursive

See ports(7).
 
Back
Top