freebsd-ports/audio/gnump3d/files/patch-bin::gnump3d-top
Adam Weinberger 39ead90b99 Update to 2.2.
PR:		ports/48146
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2003-02-11 20:59:31 +00:00

17 lines
472 B
Text

--- bin/gnump3d-top.orig Tue Feb 4 18:25:13 2003
+++ bin/gnump3d-top Mon Feb 10 09:24:01 2003
@@ -63,12 +63,12 @@
{
$DEFAULT_CONFIG = $ENV{"HOME"} . "/.gnump3drc";
}
-elsif ( -e "/etc/gnump3d/gnump3d.conf" )
+elsif ( -e "%%PREFIX%%/etc/gnump3d/gnump3d.conf" )
{
#
# Otherwise the system wide one.
#
- $DEFAULT_CONFIG = "/etc/gnump3d/gnump3d.conf";
+ $DEFAULT_CONFIG = "%%PREFIX%%/etc/gnump3d/gnump3d.conf";
}
elsif ( -e "gnump3d.conf" )
{