games/vavoom-extras: make config overwrite options for vavoom

2009-09-18 Thread barbara
Running make config in /usr/ports/games/vavoom-extras, result in the options for games/vavoom being overwritten. # cd /usr/ports/games/vavoom # make config && grep _OPTIONS_READ /var/db/ports/vavoom/options _OPTIONS_READ=vavoom-1.28_3 # cd /usr/ports/games/vavoom-extras # make config && grep _OPT

Re: games/vavoom-extras: make config overwrite options for vavoom

2009-09-19 Thread barbara
I'm wondering why PORTNAME= vavoom PKGNAMESUFFIX= -extras is used in the Makefile. According to bsd.port.mk PKGNAMESUFFIX is a "Suffix to specify compilation options." while here it's simply used to "rebuild" the "original" port name. IMHO a correct example of the way it should be