Date: Tue, 11 Jan 2000 07:54:42 -0500 (EST) From: "Chris D. Faulhaber" <jedgar@fxp.org> To: Alexander Langer <alex@big.endian.de> Cc: Bill Fumerola <billf@chc-chimes.com>, freebsd-ports@FreeBSD.ORG Subject: Re: ports/16017: BitchX IRC client port upgrade Message-ID: <Pine.BSF.4.10.10001110747300.28839-100000@pawn.primelocation.net> In-Reply-To: <20000111133845.E2722@cichlids.cichlids.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 11 Jan 2000, Alexander Langer wrote: > Thus spake Bill Fumerola (billf@chc-chimes.com): > > > > + ${ECHO} @dirrm share/doc/BitchX >> ${PKGDIR}/PLIST > > > + ${ECHO} @dirrm lib/bx/plugins >> ${PKGDIR}/PLIST > > > + ${ECHO} @dirrm lib/bx >> ${PKGDIR}/PLIST > > I'm reasonably sure that ${PKGDIR} has to remain read-only during > > package builds. There are better ways to do this. > > Uhm. I know the PLIST= one, but creating the PLIST dynamically is just > nice and saves space. > That may be, but with the above code, your PLIST will be completely out of whack if you build/install the port more than once. The suggested way (according to http://www.freebsd.org/handbook/porting.html 4.4.13.4) would be to edit ${TMPPLIST} in the post-install target. ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.10001110747300.28839-100000>