Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2004 10:12:49 +0000 (UTC)
From:      "Bjoern A. Zeeb" <bzeeb-lists@lists.zabbadoz.net>
To:        Oliver Eikemeier <eikemeier@fillmore-labs.com>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64027: [Maintainer] lang/pnet* -- add PORTDOCS andmissing lib for X support.
Message-ID:  <Pine.BSF.4.53.0403101009050.843@e0-0.zab2.int.zabbadoz.net>
In-Reply-To: <200403100950.i2A9o88s074438@freefall.freebsd.org>
References:  <200403100950.i2A9o88s074438@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 10 Mar 2004, Oliver Eikemeier wrote:

> The following reply was made to PR ports/64027; it has been noted by GNATS.
>
> From: Oliver Eikemeier <eikemeier@fillmore-labs.com>
> To: michael johnson <ahze@ahze.net>
> Cc: freebsd-gnats-submit@FreeBSD.org
> Subject: Re: ports/64027: [Maintainer] lang/pnet* -- add PORTDOCS and missing
>  lib for X support.
> Date: Wed, 10 Mar 2004 10:39:54 +0100
>
>  michael johnson wrote:
>
>  > +.ifndef(PORTDOCS)
>  > +.for plistfile in ${DOC_FILES}
>  > +PLIST_FILES+=	share/doc/${PORTNAME}/${plistfile}
>  > +.endfor
>  > +PLIST_DIRS+=	share/doc/${PORTNAME}
>  > +.endif
>  > +
>
>  You could write
>    PORTDOCS=	${DOC_FILES}
>  instead

if he installs documentations to DOCSDIR why not simply use
(what Greg lately pointed me to) ?

.if !defined(NOPORTDOCS)
PORTDOCS=	*
.endif

-- 
Bjoern A. Zeeb				bzeeb at Zabbadoz dot NeT
56 69 73 69 74				http://www.zabbadoz.net/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.53.0403101009050.843>