Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  4 Jan 2003 16:29:21 +0000 (UTC)
From:      "Bjoern A.Zeeb" <bzeeb+freebsdports@zabbadoz.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        bzeeb+freebsdports@zabbadoz.net, chuckr@FreeBSD.org
Subject:   ports/46757: gnuplot info fix
Message-ID:  <20030104162921.776CE1534E@mail.int.zabbadoz.net>

next in thread | raw e-mail | index | archive | help

>Number:         46757
>Category:       ports
>Synopsis:       gnuplot info fix
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jan 04 08:40:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Bjoern A. Zeeb
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
Zabbadoz.NeT
>Environment:
System: FreeBSD e0-0.zab2.int.zabbadoz.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Fri Dec 27 22:08:07 UTC 2002 bz@e0-0.zab2.int.zabbadoz.net:/export/src/src/obj/export/src/src/RELENG_4/src/sys/ZAB2-2002122701 i386


>Description:
	info file neither in pkg-plist nor
	info/dir is updated

>How-To-Repeat:
>Fix:

--- math/gnuplot/Makefile.orig	Sat Jan  4 16:15:41 2003
+++ math/gnuplot/Makefile	Sat Jan  4 16:15:54 2003
@@ -55,6 +55,7 @@
 	${MKDIR} ${PREFIX}/share/doc/gnuplot
 	(cd ${WRKSRC}/demo;for EXAMPLES in ${WRKSRC}/demo/*; do ${INSTALL_DATA} $${EXAMPLES} ${PREFIX}/share/doc/gnuplot;done)
 	${INSTALL_DATA} ${FILESDIR}/README ${PREFIX}/share/doc/gnuplot
+	@install-info ${PREFIX}/info/gnuplot.info ${PREFIX}/info/dir
 
 MAN1=		gnuplot.1 lasergnu.1
 
--- math/gnuplot/pkg-plist.orig	Sat Jan  4 16:16:00 2003
+++ math/gnuplot/pkg-plist	Sat Jan  4 16:20:41 2003
@@ -68,3 +68,6 @@
 share/doc/gnuplot/binary3
 share/doc/gnuplot/README
 @dirrm share/doc/gnuplot
+info/gnuplot.info
+@exec install-info %D/info/gnuplot.info %D/info/dir
+@unexec install-info --delete %D/info/gnuplot.info %D/info/dir
>Release-Note:
>Audit-Trail:
>Unformatted:

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?20030104162921.776CE1534E>