From owner-freebsd-ports Wed Aug 21 03:30:43 1996 Return-Path: owner-ports Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id DAA28537 for ports-outgoing; Wed, 21 Aug 1996 03:30:43 -0700 (PDT) Received: from mopsy.hobart.tased.edu.au (root@mopsy.hobart.TASed.EDU.AU [147.41.41.103]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id DAA28525 for ; Wed, 21 Aug 1996 03:30:40 -0700 (PDT) Received: from localhost (andrew@localhost) by mopsy.hobart.tased.edu.au (8.6.12/8.6.12) with SMTP id UAA29598 for ; Wed, 21 Aug 1996 20:31:31 +1000 X-Authentication-Warning: mopsy.hobart.tased.edu.au: andrew owned process doing -bs Date: Wed, 21 Aug 1996 20:31:30 +1000 (EST) From: Andrew X-Sender: andrew@mopsy.hobart.tased.edu.au cc: ports@freebsd.org Subject: Re: No man pages In-Reply-To: <20324.840622808@time.cdrom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-ports@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 21 Aug 1996, Jordan K. Hubbard wrote: > > 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. ${FILESDIR} is a local directory. The man page will be on a remote server, seperate from the one which the main source comes from so how do I get them from the remote serverto ${FILESDIR}? Thanks, Andrew