diff options
author | steve <steve@FreeBSD.org> | 1999-06-10 08:33:32 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1999-06-10 08:33:32 +0800 |
commit | 9b6712a20d6f79e45de582e30023a6d307cfa3db (patch) | |
tree | d7fd71747812a2a6de772215d1ee05ed74b404f0 /math | |
parent | 72b11a129521a83df1a544bf3c2ae2312fb780a1 (diff) | |
download | freebsd-ports-gnome-9b6712a20d6f79e45de582e30023a6d307cfa3db.tar.gz freebsd-ports-gnome-9b6712a20d6f79e45de582e30023a6d307cfa3db.tar.zst freebsd-ports-gnome-9b6712a20d6f79e45de582e30023a6d307cfa3db.zip |
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
Diffstat (limited to 'math')
-rw-r--r-- | math/gnuplot+/Makefile | 15 | ||||
-rw-r--r-- | math/gnuplot+/files/gnuplot.info.diff | 13 |
2 files changed, 25 insertions, 3 deletions
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 <bsd.port.mk> 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) + |