From owner-freebsd-ports@FreeBSD.ORG Thu Jun 12 12:19:55 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3749F37B401 for ; Thu, 12 Jun 2003 12:19:55 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FAA43F3F for ; Thu, 12 Jun 2003 12:19:53 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 43275 invoked from network); 12 Jun 2003 19:19:51 -0000 Received: from unknown (HELO lucifer.cultdeadsheep.org) (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 12 Jun 2003 19:19:51 -0000 Date: Thu, 12 Jun 2003 21:20:09 +0200 From: Clement Laforet To: Paul Chvostek Message-Id: <20030612212009.46193029.sheepkiller@cultdeadsheep.org> In-Reply-To: <20030612185429.GA17904@mail.it.ca> References: <20030612185429.GA17904@mail.it.ca> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.9.1 (GTK+ 1.2.10; i386-portbld-freebsd4.8) X-Face: ._cVVRDn#-2((lnfi^P7CoD4htI$4+#G/G)!w|,}H5yK~%(3-C.JlEYbOjJGFwJkt*7N^%z jYeu[;}]}F"3}l5R'l"X0HbvT^D\Q&%deCo)MayY`);TO Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit cc: ports@freebsd.org Subject: Re: changes to the original source... X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 12 Jun 2003 19:19:55 -0000 On Thu, 12 Jun 2003 14:54:29 -0400 Paul Chvostek wrote: Hi Paul :) > Also, if the application's man page fails to include gobs of useful > information and examples that are available via www, what's the best way > to grab content for inclusion in $PREFIX/share/doc/$PKGNAME ? Should > I just punt with fetch, or is there another preferred way to grab > additional files to add to $DOCSDIR? Perhaps something like: > What's the preferred method? DISTFILES= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} .if !defined(NOPORTDOCS) DISTFILES+= foo-doc.tar.gz .endif .... do-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} @${INSTALL_DATA} ${DOCSDIR} .endif ... regards, clem