Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Feb 2001 04:30:07 -0800 (PST)
From:      Peter Pentchev <roam@orbitel.bg>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/25112: math/gnuplot+ install demos
Message-ID:  <200102211230.f1LCU7G43675@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/25112; it has been noted by GNATS.

From: Peter Pentchev <roam@orbitel.bg>
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 <bsd.port.mk>
 
 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 <bsd.port.mk>
 
 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




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