diff options
author | leeym <leeym@FreeBSD.org> | 2003-02-20 09:27:04 +0800 |
---|---|---|
committer | leeym <leeym@FreeBSD.org> | 2003-02-20 09:27:04 +0800 |
commit | c7406e4eb1ae7ad0a7924e964b21e521ab70eb17 (patch) | |
tree | 56eb13622a12ecc0aea8906cd88fccd91be03b94 /mail/getmail | |
parent | 8116a95e0e7039650b3056f9fd11dd6890132676 (diff) | |
download | freebsd-ports-gnome-c7406e4eb1ae7ad0a7924e964b21e521ab70eb17.tar.gz freebsd-ports-gnome-c7406e4eb1ae7ad0a7924e964b21e521ab70eb17.tar.zst freebsd-ports-gnome-c7406e4eb1ae7ad0a7924e964b21e521ab70eb17.zip |
- use COMMENT
- change MAINTAINER's email address
PR: 48469
Submitted by: Anders Andersson <anders@hack.org> <anders@andersa.net>
Diffstat (limited to 'mail/getmail')
-rw-r--r-- | mail/getmail/Makefile | 3 | ||||
-rw-r--r-- | mail/getmail/pkg-comment | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/mail/getmail/Makefile b/mail/getmail/Makefile index 2ab1f0c46d07..8b0a1eae8ebb 100644 --- a/mail/getmail/Makefile +++ b/mail/getmail/Makefile @@ -10,7 +10,8 @@ PORTVERSION= 2.3.11 CATEGORIES= mail python MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-2.0/%SUBDIR%/ -MAINTAINER= anders@hack.org +MAINTAINER= anders@andersa.net +COMMENT= POP3 mail retriever written in Python USE_PYTHON= yes USE_REINPLACE= yes diff --git a/mail/getmail/pkg-comment b/mail/getmail/pkg-comment deleted file mode 100644 index 60d5b21570f2..000000000000 --- a/mail/getmail/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -POP3 mail retriever written in Python |