1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-12 07:27:57 +00:00
freebsd-ports/audio/gnump3d/files/patch-bin::gnump3d-index
Philippe Audeoud ebcb4d14ad - Update to 3.0
PR:	ports/119308
Submitted by:	Philippe Audeoud <jadawin@tuxaco.net>
Approved by:	thierry (mentor)
2008-03-18 09:30:27 +00:00

15 lines
448 B
Plaintext

--- bin/gnump3d-index.orig 2008-01-03 11:24:28.000000000 +0000
+++ bin/gnump3d-index 2008-01-03 11:24:59.000000000 +0000
@@ -150,9 +150,9 @@
{
$CONFIG{'file'} = $ENV{"HOME"} . "/.gnump3drc";
}
-elsif ( -e "/etc/gnump3d/gnump3d.conf" )
+elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
{
- $CONFIG{'file'} = "/etc/gnump3d/gnump3d.conf";
+ $CONFIG{'file'} = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
}
elsif ( -e "gnump3d.conf" )
{