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.
10 lines
657 B
Text
10 lines
657 B
Text
@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/version
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/README
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/index.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/setup.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/INSTALL
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/functions.php
|
|
%%SQUIRRELDIR%%/plugins/timeout_user/config.php.sample
|
|
@dirrm %%SQUIRRELDIR%%/plugins/timeout_user
|
|
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
|