diff options
author | John Marino <marino@FreeBSD.org> | 2014-08-06 14:11:10 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-08-06 14:11:10 +0000 |
commit | b77a511545dbecffc3e1168e8573c8d06e4bd6e8 (patch) | |
tree | 94f0cd7e0945854489855d6f5ed63f759e243aa8 | |
parent | Remove MK_INSTALL_AS_USER from MAKE_ENV. (diff) |
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!
-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> |