aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorrafan <rafan@FreeBSD.org>2007-02-13 00:37:52 +0800
committerrafan <rafan@FreeBSD.org>2007-02-13 00:37:52 +0800
commit2e499b00ae95b73bfa87b2f82b6026e8c401410c (patch)
treede65ad8ab1615453739c2e21689ae53a8c95fc08 /mail
parent9713d8dd7d73b7b1e6cee5d1da73937907362a39 (diff)
downloadfreebsd-ports-gnome-2e499b00ae95b73bfa87b2f82b6026e8c401410c.tar.gz
freebsd-ports-gnome-2e499b00ae95b73bfa87b2f82b6026e8c401410c.tar.zst
freebsd-ports-gnome-2e499b00ae95b73bfa87b2f82b6026e8c401410c.zip
- Mark conflict with 1.x version
- Bump PORTREVISION - Some minor tweaks PR: ports/108731 Submitted by: Alexander Wittig <alexander at wittig.name> (maintainer)
Diffstat (limited to 'mail')
-rw-r--r--mail/squirrelmail-compatibility-plugin/Makefile7
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>