diff options
author | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-19 19:36:27 +0000 |
---|---|---|
committer | Thomas Abthorpe <tabthorpe@FreeBSD.org> | 2013-09-19 19:36:27 +0000 |
commit | 59f9e4136eda375b1d4d58a50d948f9d3cd615ba (patch) | |
tree | 7ea013daa8e1ec2b99b1dda550515d9d49506341 /mail/squirrelmail-askuserinfo-plugin | |
parent | 9b73f6eb07bbebc2eaa46a9731f891bc83ed581c (diff) |
Notes
Diffstat (limited to 'mail/squirrelmail-askuserinfo-plugin')
-rw-r--r-- | mail/squirrelmail-askuserinfo-plugin/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mail/squirrelmail-askuserinfo-plugin/Makefile b/mail/squirrelmail-askuserinfo-plugin/Makefile index f2d7dcf4ddc4..43085220d4c0 100644 --- a/mail/squirrelmail-askuserinfo-plugin/Makefile +++ b/mail/squirrelmail-askuserinfo-plugin/Makefile @@ -1,4 +1,3 @@ -# Created by: Thomas Abthorpe <tabthorpe@FreeBSD.org> # $FreeBSD$ PORTNAME= askuserinfo @@ -6,7 +5,7 @@ PORTVERSION= 1.1 DISTNAME= ${PORTNAME}.${PORTVERSION}-1.4.0 DIST_SUBDIR= squirrelmail -MAINTAINER= tabthorpe@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Ask user to enter Full name and Email address at initial logon .include "${.CURDIR}/../squirrelmail/bsd.squirrelmail.mk" |