From 7d069d65dc94d403345b7b0e03b55fd8addd3cf7 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Thu, 10 Jun 1999 00:33:32 +0000 Subject: Install gnuplot.info and adjust patch-aa to use libVFlib2.so. Also swap out PLIST with sorted and remove the latter since I meant to do this before I imported it. Submitted by: maintainer --- math/gnuplot+/Makefile | 15 ++++++++++++--- math/gnuplot+/files/gnuplot.info.diff | 13 +++++++++++++ 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 math/gnuplot+/files/gnuplot.info.diff (limited to 'math') diff --git a/math/gnuplot+/Makefile b/math/gnuplot+/Makefile index c90300dc8269..69a6870b6083 100644 --- a/math/gnuplot+/Makefile +++ b/math/gnuplot+/Makefile @@ -3,7 +3,7 @@ # Date created: May 18, 1999 # Whom: NAKAJI Hiroyuki # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1999/06/09 01:51:48 steve Exp $ # DISTNAME= gnuplot37+-1.1.8 @@ -42,7 +42,10 @@ GP_DOCS= ${WRKSRC}/Copyright.plus \ ${WRKSRC}/INSTALL.unx.plus \ ${WRKSRC}/INSTALL.win.plus \ ${WRKSRC}/README-J.plus \ - ${WRKSRC}/README.plus + ${WRKSRC}/README.plus \ + ${WRKSRC}/gp+/plus-asc.dvi \ + ${WRKSRC}/gp+/plus-ntt.dvi \ + ${WRKSRC}/gp+/plus.tex post-extract: ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/gnuplot3.7+1.1.8.patch.tar.gz ${EXTRACT_AFTER_ARGS} -C ${WRKSRC} @@ -57,9 +60,15 @@ post-patch: pre-build: find ${WRKSRC} \( -name \*.orig -o -name \*~ \) -exec ${RM} -f \{} \; +post-build: + cd ${WRKSRC}/docs; ${GMAKE} info + cd ${WRKSRC}/docs; ${PATCH} --quiet -E -p1 < ${FILESDIR}/gnuplot.info.diff + post-install: @test -d ${PREFIX}/share/doc/gnuplot+ || ${MKDIR} ${PREFIX}/share/doc/gnuplot+ - @${INSTALL_DATA} ${GP_DOCS} ${PREFIX}/share/doc/gnuplot+ + ${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 @${CAT} ${PKGDIR}/MESSAGE .include diff --git a/math/gnuplot+/files/gnuplot.info.diff b/math/gnuplot+/files/gnuplot.info.diff new file mode 100644 index 000000000000..eebc2282652a --- /dev/null +++ b/math/gnuplot+/files/gnuplot.info.diff @@ -0,0 +1,13 @@ +--- /home/nakaji/tmp/gnuplot.info Mon May 24 14:47:28 1999 ++++ ./gnuplot.info Mon May 24 14:49:54 1999 +@@ -1,5 +1,10 @@ + This file is gnuplot.info created by doc2info from ./gnuplot.doc. + ++INFO-DIR-SECTION 2-D graph tools ++START-INFO-DIR-ENTRY ++* Gnuplot: (gnuplot). An Interactive Plotting Program. ++END-INFO-DIR-ENTRY ++ +  + File: gnuplot.info, Node: Top, Prev: (dir), Next: gnuplot, Up: (dir) + -- cgit v1.2.3