Date: Fri, 26 Oct 2001 14:21:11 -0500 From: Will Andrews <will@physics.purdue.edu> To: Mikhail Teterin <mi@aldan.algebra.com> Cc: roam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: ports/graphics/gd Makefile pkg-plist Message-ID: <20011026142111.B25747@squall.waterspout.com> In-Reply-To: <200110261649.f9QGnWa79416@aldan.algebra.com> References: <200110261207.f9QC72K56756@freefall.freebsd.org> <200110261649.f9QGnWa79416@aldan.algebra.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Fri, Oct 26, 2001 at 12:49:29PM -0400, Mikhail Teterin wrote: > I think > .if !defined(NOPORTDOCS) > post-install: > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} > .endif > > makes a better bikeshed than: > > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR} > .endif Not really. As far as ports are concerned, they are essentially the same thing. -- wca To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011026142111.B25747>