summaryrefslogtreecommitdiff
path: root/net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-10 02:04:05 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2005-10-10 02:04:05 +0000
commitbf75e3d52d9c9694cde1164d46c7eaf6540a490a (patch)
tree51d875a2270cfdf42359c125f8698fd92291dd91 /net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm
parentReset bouncing maintainer address; mark broken since it does not fetch. (diff)
Remove amphetadesk from net/amphetadesk since it's a duplicate of
www/amphetadesk
Notes
Notes: svn path=/head/; revision=144743
Diffstat (limited to 'net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm')
-rw-r--r--net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm15
1 files changed, 0 insertions, 15 deletions
diff --git a/net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm b/net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm
deleted file mode 100644
index 448874708510..000000000000
--- a/net/amphetadesk/files/patch-lib::AmphetaDesk::Settings.pm
+++ /dev/null
@@ -1,15 +0,0 @@
---- lib/AmphetaDesk/Settings.pm.orig Sun Oct 9 20:54:43 2005
-+++ lib/AmphetaDesk/Settings.pm Sun Oct 9 20:56:03 2005
-@@ -105,9 +105,9 @@
- $SETTINGS{app_contact} = "Morbus Iff";
- $SETTINGS{app_email} = "morbus\@disobey.com";
- $SETTINGS{app_os} = $^O;
-- $SETTINGS{dir_data} = catdir($Bin, "data");
-- $SETTINGS{dir_docs} = catdir($Bin, "docs");
-- $SETTINGS{dir_templates} = catdir($Bin, "templates", "default");
-+ $SETTINGS{dir_data} = catdir(".", "data");
-+ $SETTINGS{dir_docs} = "%%DOCSDIR%%";
-+ $SETTINGS{dir_templates} = catdir("%%DATADIR%%", "templates", "default");
- $SETTINGS{dir_gui} = catdir($SETTINGS{dir_templates}, "gui");
- $SETTINGS{dir_data_channels} = catdir($SETTINGS{dir_data}, "channels");
- $SETTINGS{dir_data_lists} = catdir($SETTINGS{dir_data}, "lists");