From owner-cvs-all Fri Oct 26 12:22:19 2001 Delivered-To: cvs-all@freebsd.org Received: from squall.waterspout.com (squall.waterspout.com [208.13.56.12]) by hub.freebsd.org (Postfix) with ESMTP id 20E3437B403; Fri, 26 Oct 2001 12:22:12 -0700 (PDT) Received: by squall.waterspout.com (Postfix, from userid 1050) id 7519C9B19; Fri, 26 Oct 2001 14:21:11 -0500 (EST) Date: Fri, 26 Oct 2001 14:21:11 -0500 From: Will Andrews To: Mikhail Teterin 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> Reply-To: Will Andrews Mail-Followup-To: Mikhail Teterin , roam@FreeBSD.org, cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org References: <200110261207.f9QC72K56756@freefall.freebsd.org> <200110261649.f9QGnWa79416@aldan.algebra.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200110261649.f9QGnWa79416@aldan.algebra.com> User-Agent: Mutt/1.3.22.1i Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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