diff options
-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> |