Date: Wed, 13 Dec 2017 07:14:56 +0000 (UTC) From: Greg Lewis <glewis@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r456193 - head/math/gnuplot Message-ID: <201712130714.vBD7EuFA022188@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: glewis Date: Wed Dec 13 07:14:56 2017 New Revision: 456193 URL: https://svnweb.freebsd.org/changeset/ports/456193 Log: Fix packing list substitutions for the lite port. Modified: head/math/gnuplot/pkg-plist Modified: head/math/gnuplot/pkg-plist ============================================================================== --- head/math/gnuplot/pkg-plist Wed Dec 13 07:11:07 2017 (r456192) +++ head/math/gnuplot/pkg-plist Wed Dec 13 07:14:56 2017 (r456193) @@ -1,5 +1,5 @@ -%%X11%%bin/gnuplot -libexec/gnuplot/5.2/gnuplot_x11 +bin/gnuplot +%%X11%%libexec/gnuplot/5.2/gnuplot_x11 man/man1/gnuplot-ja.1.gz man/man1/gnuplot.1.gz %%DATADIR%%/5.2/PostScript/8859-1.ps
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712130714.vBD7EuFA022188>