1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

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!
This commit is contained in:
John Marino 2014-08-06 14:13:33 +00:00
parent b4dab9ec3e
commit 6f46f2a64e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=364177

View File

@ -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>