From owner-freebsd-ports Wed Aug 21 03:20:35 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA27528 for ports-outgoing; Wed, 21 Aug 1996 03:20:35 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id DAA27517 for ; Wed, 21 Aug 1996 03:20:32 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id DAA20327; Wed, 21 Aug 1996 03:20:09 -0700 (PDT) To: Andrew cc: ports@freebsd.org Subject: Re: No man pages In-reply-to: Your message of "Wed, 21 Aug 1996 20:12:27 +1000." Date: Wed, 21 Aug 1996 03:20:08 -0700 Message-ID: <20324.840622808@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > OK..any tutorials about on how to write man pages or do I just look at the > source of existing man pages? That's how we do it. :-) > How do I link it in with the port? Its like haveing two distfiles...how > does this affect the makefile? Huh? You can just stick it in ${FILESDIR} and copy it over in a pre-install rule, or something. That part of the problem is easy to solve. Jordan