diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-06 22:13:33 +0800 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-06 22:13:33 +0800 |
commit | 6f46f2a64ea7cac4b1ba69ae487fe5af41ceabfb (patch) | |
tree | 1f707a3ba26e5254e2ae132b57207a329dc52191 /mail | |
parent | b4dab9ec3e222fa500ccbc536782796f7472fd66 (diff) | |
download | freebsd-ports-gnome-6f46f2a64ea7cac4b1ba69ae487fe5af41ceabfb.tar.gz freebsd-ports-gnome-6f46f2a64ea7cac4b1ba69ae487fe5af41ceabfb.tar.zst freebsd-ports-gnome-6f46f2a64ea7cac4b1ba69ae487fe5af41ceabfb.zip |
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!
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail-vlogin-plugin/Makefile | 10 |
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> |