diff options
author | kris <kris@FreeBSD.org> | 2002-08-24 03:31:43 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-08-24 03:31:43 +0000 |
commit | d19e9573ab167305b11223a7732e17f68427fd40 (patch) | |
tree | 11c3836bf961895e0e76b4d226f5cbce75715479 /dns/totd/Makefile | |
parent | a62019e9a3073df2d5827905c0127d2b3c3b8422 (diff) | |
download | FreeBSD-ports-d19e9573ab167305b11223a7732e17f68427fd40.zip FreeBSD-ports-d19e9573ab167305b11223a7732e17f68427fd40.tar.gz |
Correct the location of the totd.conf and totd.conf.sample files for
package installations. Release my maintainership as I don't use this
port any more.
Submitted by: Shoichi Sakane <sakane@kame.net>
PR: ports/38451
Diffstat (limited to 'dns/totd/Makefile')
-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 d59d9d1..6993c0e 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -10,7 +10,7 @@ PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ -MAINTAINER= kris@FreeBSD.org +MAINTAINER= ports@FreeBSD.org MAN8= totd.8 |