diff options
author | greid <greid@FreeBSD.org> | 2001-05-26 18:50:58 +0800 |
---|---|---|
committer | greid <greid@FreeBSD.org> | 2001-05-26 18:50:58 +0800 |
commit | 39175b7a88e69b0b85af48b51afe2b2d9c39df50 (patch) | |
tree | 7551abaf3e30e5b54e9b09c0c12517464813d83d /www | |
parent | c440c8e3793426ad2f9f4327596238a82c309a65 (diff) | |
download | freebsd-ports-gnome-39175b7a88e69b0b85af48b51afe2b2d9c39df50.tar.gz freebsd-ports-gnome-39175b7a88e69b0b85af48b51afe2b2d9c39df50.tar.zst freebsd-ports-gnome-39175b7a88e69b0b85af48b51afe2b2d9c39df50.zip |
Fix a typo in maintainer's e-mail address
PR: 27651
Submitted by: maintainer
Diffstat (limited to 'www')
-rw-r--r-- | www/hypermail/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/hypermail/Makefile b/www/hypermail/Makefile index bf74f3397470..5eb2bd0ea65a 100644 --- a/www/hypermail/Makefile +++ b/www/hypermail/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 2.1.1 CATEGORIES= www mail MASTER_SITES= http://www.landfield.com/hypermail/dist/ -MAINTAINER= petef@databit.net +MAINTAINER= petef@databits.net GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-htmldir=${PREFIX}/share/doc/hypermail |