diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2015-06-12 20:58:13 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2015-06-12 20:58:13 +0000 |
commit | 3e67d040d7483845aa5e951d26a8413d9050fb1c (patch) | |
tree | 66062d65558b98efc27cd91da4913847d27c20c0 /misc/hello | |
parent | 743a96dea8d2b206f5001a00cebbcefe46167e00 (diff) |
Notes
Diffstat (limited to 'misc/hello')
-rw-r--r-- | misc/hello/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/hello/Makefile b/misc/hello/Makefile index 399aff74237b..0bbc07c7be48 100644 --- a/misc/hello/Makefile +++ b/misc/hello/Makefile @@ -6,7 +6,7 @@ PORTVERSION= 2.9 CATEGORIES= misc MASTER_SITES= GNU -MAINTAINER= dhn@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Utility for saying hello to the world and reading email USES= charsetfix perl5 |