diff options
-rw-r--r-- | mail/squirrelmail-compatibility-plugin/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/squirrelmail-compatibility-plugin/Makefile b/mail/squirrelmail-compatibility-plugin/Makefile index 343ca851e76a..7af909523510 100644 --- a/mail/squirrelmail-compatibility-plugin/Makefile +++ b/mail/squirrelmail-compatibility-plugin/Makefile @@ -6,6 +6,7 @@ PORTNAME= squirrelmail PORTVERSION= 2.0.6 +PORTREVISION= 1 CATEGORIES= mail www MASTER_SITES= http://www.squirrelmail.org/plugins/ PKGNAMESUFFIX= -${SQUIRREL_PLUGIN_NAME}-plugin @@ -17,6 +18,8 @@ COMMENT= Required by many plugins for compatibility with SquirrelMail RUN_DEPENDS= squirrelmail>=1.4.9:${PORTSDIR}/mail/squirrelmail +CONFLICTS= squirrelmail-compatibility-plugin-1.* + SQUIRREL_PLUGIN_NAME= compatibility .ifdef SQUIRRELDIR @@ -36,6 +39,8 @@ NO_WRKSUBDIR= yes USE_PERL5_BUILD= yes WANT_PHP_WEB= yes +.include <bsd.port.pre.mk> + pre-everything:: @${ECHO} "" .ifndef WITHOUT_ACTIVATE @@ -68,4 +73,4 @@ post-install: @${ECHO} "${SQUIRRELDIR}/config/conf.pl --install-plugin ${SQUIRREL_PLUGIN_NAME}" .endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |