diff options
author | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-12 13:44:09 +0000 |
---|---|---|
committer | Emanuel Haupt <ehaupt@FreeBSD.org> | 2006-04-12 13:44:09 +0000 |
commit | 156a499874a49e473cb568a663bcf6f0ad26ca90 (patch) | |
tree | fcd873fc3e05b9d8a5a26e3fd72574a6e08a580e /dns | |
parent | - Fix build on -CURRENT. GCC raises a warning at totd.c:507; tv_sec is a (diff) |
This port is now maintained by the submitter of the last update.
Agreed on: irc
Notes
Notes:
svn path=/head/; revision=159377
Diffstat (limited to 'dns')
-rw-r--r-- | dns/totd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns/totd/Makefile b/dns/totd/Makefile index a0f5b8e83b9a..30164d0eff5c 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= dns ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ed@fxq.nl COMMENT= DNS proxy that supports IPv6 <==> IPv4 record translation USE_RC_SUBR= yes |