freebsd-ports/graphics/gle-graphics/files/patch-configure
Martin Wilke 7accdcc049 GLE is a graphics language that produces PostScript, EPS, PDF, PNG,
or JPG ouput from a simple script file.

GLE is a full featured scripting language that includes variables,
subroutines, logic control, looping, a graphing tool, and more
to produce high quality output. It has a full range of facilities
for producing publication-quality graphs, diagrams, posters and slides.
GLE provides LaTeX quality fonts together with a flexible graphics
module, which allows the user to specify any feature of a graph
(down to the line width of the subticks, for example).

WWW:	http://www.gle-graphics.org/

PR:		ports/105433
Submitted by:	Nicola Vitale <nivit at email.it>
2006-11-15 21:20:16 +00:00

15 lines
363 B
Text

$FreeBSD$
--- configure Thu Sep 14 00:41:37 2006
+++ configure.port Sat Nov 11 17:57:58 2006
@@ -4555,9 +4555,9 @@
if test "$prefix" = "NONE"; then
- GLE_INSTALL_DATA=/usr/share/gle/$GLE_VERSION
+ GLE_INSTALL_DATA=%%DATADIR%%
else
- GLE_INSTALL_DATA=$prefix/share/gle/$GLE_VERSION
+ GLE_INSTALL_DATA=%%DATADIR%%
fi
if test "$exec_prefix" = "NONE"; then