diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2001-05-20 21:35:31 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2001-05-20 21:35:31 +0800 |
commit | 22ab68f65b11e2962446727e1b6cbb8146e5e42f (patch) | |
tree | 52e72d5201f5247376f970694eb79fee1509cd61 /net/totd | |
parent | 5eb4b4289be24ab9959754ed20513f90f75d3938 (diff) | |
download | freebsd-ports-gnome-22ab68f65b11e2962446727e1b6cbb8146e5e42f.tar.gz freebsd-ports-gnome-22ab68f65b11e2962446727e1b6cbb8146e5e42f.tar.zst freebsd-ports-gnome-22ab68f65b11e2962446727e1b6cbb8146e5e42f.zip |
Add missing manpage.
PR: ports/27345
Submitted by: David W. Chapman Jr. <dwcjr@inethouston.net>
Diffstat (limited to 'net/totd')
-rw-r--r-- | net/totd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/totd/Makefile b/net/totd/Makefile index 85a6837374b6..0de3885fbb91 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: |