diff options
author | marino <marino@FreeBSD.org> | 2014-08-06 22:11:10 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-08-06 22:11:10 +0800 |
commit | 10cf237cee65936f8689eab3111572deb300159d (patch) | |
tree | 94f0cd7e0945854489855d6f5ed63f759e243aa8 /mail/squirrelmail-password_forget-plugin | |
parent | b902089a9223398466eb2ad63bd0e7ab80217f39 (diff) | |
download | freebsd-ports-gnome-10cf237cee65936f8689eab3111572deb300159d.tar.gz freebsd-ports-gnome-10cf237cee65936f8689eab3111572deb300159d.tar.zst freebsd-ports-gnome-10cf237cee65936f8689eab3111572deb300159d.zip |
mail/squirrelmail-password_forget-plugin: reset maintainer per request
While here, remove unnecessary <pre> inclusion
PR: 192433
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/squirrelmail-password_forget-plugin')
-rw-r--r-- | mail/squirrelmail-password_forget-plugin/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/mail/squirrelmail-password_forget-plugin/Makefile b/mail/squirrelmail-password_forget-plugin/Makefile index 30618aa62252..ad12a4bb01b9 100644 --- a/mail/squirrelmail-password_forget-plugin/Makefile +++ b/mail/squirrelmail-password_forget-plugin/Makefile @@ -4,14 +4,13 @@ PORTNAME= password_forget PORTVERSION= 2.2 PORTREVISION= 1 -CATEGORIES= mail www +CATEGORIES= mail www DISTNAME= ${SQUIRREL_PLUGIN_NAME}-${PORTVERSION}-1.0.1 -MAINTAINER= neil@darlow.co.uk +MAINTAINER= ports@FreeBSD.org COMMENT= Prevent reuse of login details by browsers at public terminals USE_SM_COMPAT= yes -.include <bsd.port.pre.mk> .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" -.include <bsd.port.post.mk> +.include <bsd.port.mk> |