6ad04afc40
Make sure that bsd.port.pre.mk is included before bsd.squirrelmail.mk. For ports with maintainers, I haven't switched you to the new PKGMESSAGE, but I have corrected paths in pkg-message.in where necessary. I also got a little over-zealous in cleaning redundant definitions from the headers. Apologies in advance if this rubs you the wrong way.
9 lines
574 B
Text
9 lines
574 B
Text
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin web_search; fi
|
|
%%SQUIRRELDIR%%/plugins/web_search/README
|
|
%%SQUIRRELDIR%%/plugins/web_search/api.php
|
|
%%SQUIRRELDIR%%/plugins/web_search/hooks.php
|
|
%%SQUIRRELDIR%%/plugins/web_search/setup.php
|
|
%%SQUIRRELDIR%%/plugins/web_search/version
|
|
%%SQUIRRELDIR%%/plugins/web_search/web_search.conf.php.sample
|
|
@dirrm %%SQUIRRELDIR%%/plugins/web_search/
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin web_search; fi
|