diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2001-05-20 13:35:31 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2001-05-20 13:35:31 +0000 |
commit | 22ab68f65b11e2962446727e1b6cbb8146e5e42f (patch) | |
tree | 52e72d5201f5247376f970694eb79fee1509cd61 | |
parent | 5eb4b4289be24ab9959754ed20513f90f75d3938 (diff) | |
download | FreeBSD-ports-22ab68f65b11e2962446727e1b6cbb8146e5e42f.zip FreeBSD-ports-22ab68f65b11e2962446727e1b6cbb8146e5e42f.tar.gz |
Add missing manpage.
PR: ports/27345
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
-rw-r--r-- | dns/totd/Makefile | 3 | ||||
-rw-r--r-- | net/totd/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/dns/totd/Makefile b/dns/totd/Makefile index 85a6837..0de3885 100644 --- a/dns/totd/Makefile +++ b/dns/totd/Makefile @@ -6,11 +6,14 @@ PORTNAME= totd PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= kris@FreeBSD.org +MAN8= totd.8 + GNU_CONFIGURE= YES post-install: diff --git a/net/totd/Makefile b/net/totd/Makefile index 85a6837..0de3885 100644 --- a/net/totd/Makefile +++ b/net/totd/Makefile @@ -6,11 +6,14 @@ PORTNAME= totd PORTVERSION= 1.2 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.pasta.cs.uit.no/pub/Vermicelli/ MAINTAINER= kris@FreeBSD.org +MAN8= totd.8 + GNU_CONFIGURE= YES post-install: |