From 22ab68f65b11e2962446727e1b6cbb8146e5e42f Mon Sep 17 00:00:00 2001
From: sumikawa <sumikawa@FreeBSD.org>
Date: Sun, 20 May 2001 13:35:31 +0000
Subject: Add missing manpage.

PR:		ports/27345
Submitted by:	David W. Chapman Jr. <dwcjr@inethouston.net>
---
 net/totd/Makefile | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'net/totd')

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:
-- 
cgit