From owner-freebsd-ports Wed Feb 21 4:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DBD5E37B401 for ; Wed, 21 Feb 2001 04:30:07 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f1LCU7G43675; Wed, 21 Feb 2001 04:30:07 -0800 (PST) (envelope-from gnats) Date: Wed, 21 Feb 2001 04:30:07 -0800 (PST) Message-Id: <200102211230.f1LCU7G43675@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: ports/25112: math/gnuplot+ install demos Reply-To: Peter Pentchev Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/25112; it has been noted by GNATS. From: Peter Pentchev To: sa264@cam.ac.uk Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: ports/25112: math/gnuplot+ install demos Date: Wed, 21 Feb 2001 14:24:29 +0200 On Thu, Feb 15, 2001 at 02:34:00PM +0000, sa264@cam.ac.uk wrote: > > >Number: 25112 > >Category: ports > >Synopsis: math/gnuplot+ install demos > >Originator: AMAKAWA Shuhei > >Release: FreeBSD 4.2-STABLE i386 [snip] > >Fix: > > diff -urN /usr/ports/math/gnuplot+/Makefile gnuplot+/Makefile > --- /usr/ports/math/gnuplot+/Makefile Mon Jan 29 15:49:37 2001 > +++ gnuplot+/Makefile Thu Feb 15 13:21:32 2001 > @@ -71,6 +71,8 @@ > ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ > ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info > install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir > + ${MKDIR} ${PREFIX}/share/examples/gnuplot+ > + (cd ${WRKSRC}/demo;for EXAMPLES in ${WRKSRC}/demo/*; do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/examples/gnuplot+;done) > @${CAT} ${PKGMESSAGE} > > .include Wouldn't the following be simpler? --- gnuplot+/Makefile 2001/01/29 14:19:48 1.15 +++ gnuplot+/Makefile 2001/02/21 12:24:52 @@ -71,6 +71,8 @@ ${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ ${INSTALL_DATA} ${WRKSRC}/docs/gnuplot.info ${PREFIX}/info install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir + ${MKDIR} ${PREFIX}/share/examples/gnuplot+ + ${INSTALL_DATA} ${WRKSRC}/demo/* ${PREFIX}/share/examples/gnuplot+ @${CAT} ${PKGMESSAGE} .include G'luck, Peter -- This inert sentence is my body, but my soul is alive, dancing in the sparks of your brain. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message