Hi all, just to get it clear for me: If I upgrade a port that has been originally installed with additional make arguments I must include them again. Is the following correct? Original installation: # make arg_1=val_1 arg_2=arg_2 install clean Upgrading port using portupgrade: # portupgrade -R -m "arg_1=val_1 arg_2=arg_2" port Dave