summaryrefslogtreecommitdiff
path: root/mail/squirrelmail-vlogin-plugin/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-06 14:13:33 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-06 14:13:33 +0000
commit6f46f2a64ea7cac4b1ba69ae487fe5af41ceabfb (patch)
tree1f707a3ba26e5254e2ae132b57207a329dc52191 /mail/squirrelmail-vlogin-plugin/Makefile
parent- Update grub2-pcbsd to more recent git revision of 2.02-prelease (diff)
mail/squirrelmail-avelsieve-plugin: reset maintainer per request
While here, remove unnecessary <pre> inclusion PR: 192435 Submitted by: maintainer (Neil Darlow) Reset reason: No longer uses squirrelmail thus can't test it Thanks for looking after this one, Neil!
Notes
Notes: svn path=/head/; revision=364177
Diffstat (limited to 'mail/squirrelmail-vlogin-plugin/Makefile')
-rw-r--r--mail/squirrelmail-vlogin-plugin/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/mail/squirrelmail-vlogin-plugin/Makefile b/mail/squirrelmail-vlogin-plugin/Makefile
index bff2c26fdee8..55dc09ac40b2 100644
--- a/mail/squirrelmail-vlogin-plugin/Makefile
+++ b/mail/squirrelmail-vlogin-plugin/Makefile
@@ -4,10 +4,10 @@
PORTNAME= vlogin
PORTVERSION= 3.10.2
PORTREVISION= 1
-CATEGORIES= mail www
+CATEGORIES= mail www
DISTNAME= ${PORTNAME}-${PORTVERSION}-1.2.7
-MAINTAINER= neil@darlow.co.uk
+MAINTAINER= ports@FreeBSD.org
COMMENT= Adds multi-site-hosting capabilities to SquirrelMail
USE_SM_COMPAT= yes
@@ -16,9 +16,6 @@ DOCSDIR= ${PREFIX}/share/doc/${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}
OPTIONS_DEFINE= DOCS
-.include <bsd.port.pre.mk>
-.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
-
# We need to rearrange, install and cleanup documentation pre-install
# because bsd.squirrelmail.mk installs everything under ${WRKSRC}/${PORTNAME}.
pre-install::
@@ -29,4 +26,5 @@ pre-install::
&& cd ${WRKSRC}/${PORTNAME} \
&& ${RM} -rf README docs
-.include <bsd.port.post.mk>
+.include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk"
+.include <bsd.port.mk>