Index: head/mail/squirrelmail-timeout_user-plugin/Makefile =================================================================== --- head/mail/squirrelmail-timeout_user-plugin/Makefile (revision 393478) +++ head/mail/squirrelmail-timeout_user-plugin/Makefile (revision 393479) @@ -1,22 +1,21 @@ # $FreeBSD$ PORTNAME= timeout_user PORTVERSION= 1.1.1 PORTREVISION= 5 CATEGORIES= mail www DISTNAME= ${PORTNAME}-${PORTVERSION}-0.5 MAINTAINER= ports@FreeBSD.org COMMENT= Automatically logs a user out if they're idle for a set amount of time LICENSE= GPLv2 USE_SM_COMPAT= yes USE_GENERIC_PKGMESSAGE= yes - post-patch: @${MV} ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php ${WRKSRC}/${SQUIRREL_PLUGIN_NAME}/config.php.sample .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" .include Index: head/mail/squirrelmail-timeout_user-plugin/pkg-plist =================================================================== --- head/mail/squirrelmail-timeout_user-plugin/pkg-plist (revision 393478) +++ head/mail/squirrelmail-timeout_user-plugin/pkg-plist (revision 393479) @@ -1,10 +1,9 @@ @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