freebsd-ports/mail/squirrelmail-password_forget-plugin/pkg-plist
Martin Wilke e513c9e0c0 - Modify port to include bsd.port.(pre|post).mk to fix auto-install/remove
- Adopt new PKGNAMEPREFIX-PORTNAME-PKGNAMESUFFIX standard for squirrelmail ports
- Bump PORTREVISION to reflect user-visible behaviour change of port

PR:		112166
Submitted by:	Neil Darlow <neil@darlow.co.uk> (maintainer)
2007-04-26 21:56:31 +00:00

11 lines
732 B
Text

@unexec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --remove-plugin %%SQUIRREL_PLUGIN_NAME%%; fi
%%SQUIRRELDIR%%/plugins/password_forget/COPYING
%%SQUIRRELDIR%%/plugins/password_forget/INSTALL
%%SQUIRRELDIR%%/plugins/password_forget/README
%%SQUIRRELDIR%%/plugins/password_forget/config.php.sample
%%SQUIRRELDIR%%/plugins/password_forget/functions.php
%%SQUIRRELDIR%%/plugins/password_forget/index.php
%%SQUIRRELDIR%%/plugins/password_forget/setup.php
%%SQUIRRELDIR%%/plugins/password_forget/version
@dirrmtry %%SQUIRRELDIR%%/plugins/password_forget
@exec if [ -f %D/%%SQUIRRELDIR%%/config/config.php ]; then %D/%%SQUIRRELDIR%%/config/conf.pl --install-plugin %%SQUIRREL_PLUGIN_NAME%%; fi