Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Mar 2004 01:50:08 -0800 (PST)
From:      Oliver Eikemeier <eikemeier@fillmore-labs.com>
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/64027: [Maintainer] lang/pnet* -- add PORTDOCS andmissing lib for X support.
Message-ID:  <200403100950.i2A9o88s074438@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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