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 /mail | |
parent | 6f33cbfde6c351e1c2c4822580da8525ddb9a45a (diff) |
Notes
Diffstat (limited to 'mail')
-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> |