aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gnump3d/files
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2005-04-06 04:56:02 +0800
committerpav <pav@FreeBSD.org>2005-04-06 04:56:02 +0800
commitec2ee97fddcbcbfe18ee13f424fec7e5c790a458 (patch)
tree626dd24bd4df5463763292f32484a003da86d170 /audio/gnump3d/files
parent9faa683cdeb7a8e6cdc824616710e6b991c99f17 (diff)
downloadfreebsd-ports-gnome-ec2ee97fddcbcbfe18ee13f424fec7e5c790a458.tar.gz
freebsd-ports-gnome-ec2ee97fddcbcbfe18ee13f424fec7e5c790a458.tar.zst
freebsd-ports-gnome-ec2ee97fddcbcbfe18ee13f424fec7e5c790a458.zip
- Update to 2.9.3
PR: ports/79461 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
Diffstat (limited to 'audio/gnump3d/files')
-rw-r--r--audio/gnump3d/files/patch-bin::gnump3d22
-rw-r--r--audio/gnump3d/files/patch-etc::gnump3d.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/audio/gnump3d/files/patch-bin::gnump3d2 b/audio/gnump3d/files/patch-bin::gnump3d2
index 78fe86b7c697..aa90cb517a75 100644
--- a/audio/gnump3d/files/patch-bin::gnump3d2
+++ b/audio/gnump3d/files/patch-bin::gnump3d2
@@ -20,7 +20,7 @@
- $theme_dir = getConfig( "theme_directory", "/usr/share/gnump3d" );
- $plugin_dir = getConfig( "plugin_directory", "/usr/lib/perl5/gnump3d/plugins" );
+ $theme_dir = getConfig( "theme_directory", "%%PREFIX%%/share/gnump3d" );
-+ $plugin_dir = getConfig( "plugin_directory", "%%PERL_SITELIBDIR%%/gnump3d/plugins" );
++ $plugin_dir = getConfig( "plugin_directory", "%%SITE_PERL%%/gnump3d/plugins" );
$always_stream = getConfig( "always_stream", 1 );
$access_log = getConfig( "logfile", "/var/log/gnump3d/access.log" );
$error_log = getConfig( "errorlog", "/var/log/gnump3d/error.log" );
diff --git a/audio/gnump3d/files/patch-etc::gnump3d.conf b/audio/gnump3d/files/patch-etc::gnump3d.conf
index 71ae775c174e..249e1a505d5b 100644
--- a/audio/gnump3d/files/patch-etc::gnump3d.conf
+++ b/audio/gnump3d/files/patch-etc::gnump3d.conf
@@ -45,7 +45,7 @@
# a bug.
#
-plugin_directory = PLUGINDIR/gnump3d/plugins
-+plugin_directory = %%PERL_SITELIBDIR%%/gnump3d/plugins
++plugin_directory = %%SITE_PERL%%/gnump3d/plugins
#