diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2017-01-03 09:14:55 +0800 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2017-01-03 09:14:55 +0800 |
commit | 69ebb7416cc1e053f29622f20e1f9cf1475214a0 (patch) | |
tree | d6525b45f61e604b59137a86bca22155270a6e5a /math/gnuplot/pkg-plist | |
parent | c193fb51b70616b584c16f0eefd3b1b762a86673 (diff) | |
download | freebsd-ports-gnome-69ebb7416cc1e053f29622f20e1f9cf1475214a0.tar.gz freebsd-ports-gnome-69ebb7416cc1e053f29622f20e1f9cf1475214a0.tar.zst freebsd-ports-gnome-69ebb7416cc1e053f29622f20e1f9cf1475214a0.zip |
. Turn gnuplotrc into a sample to avoid complaints if one customises it.
PR: 215538
Submitted by: rsmith@xs4all.nl
Diffstat (limited to 'math/gnuplot/pkg-plist')
-rw-r--r-- | math/gnuplot/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gnuplot/pkg-plist b/math/gnuplot/pkg-plist index 3f6b8a849f88..39a8cdd9a8c3 100644 --- a/math/gnuplot/pkg-plist +++ b/math/gnuplot/pkg-plist @@ -22,7 +22,6 @@ man/man1/gnuplot.1.gz %%DATADIR%%/5.0/colors_mono.gp %%DATADIR%%/5.0/colors_podo.gp %%DATADIR%%/5.0/gnuplot.gih -%%DATADIR%%/5.0/gnuplotrc %%DATADIR%%/5.0/js/README %%DATADIR%%/5.0/js/canvasmath.js %%DATADIR%%/5.0/js/canvastext.js @@ -38,3 +37,4 @@ man/man1/gnuplot.1.gz %%DATADIR%%/5.0/js/return.png %%DATADIR%%/5.0/js/textzoom.png %%DATADIR%%/5.0/lua/gnuplot-tikz.lua +@sample %%DATADIR%%/5.0/gnuplotrc.sample |