summaryrefslogtreecommitdiff
path: root/audio/abcde/patches
diff options
context:
space:
mode:
authorrillig <rillig>2006-10-14 13:20:46 +0000
committerrillig <rillig>2006-10-14 13:20:46 +0000
commit784e61f36ab498150806d6e656d664b22a6594b1 (patch)
tree3e27a1148365ff3606089bd4c529fee45696f0f3 /audio/abcde/patches
parent0438e9f4f47a304340d578c14e5c0298461cfa3a (diff)
downloadpkgsrc-784e61f36ab498150806d6e656d664b22a6594b1.tar.gz
Fixed PKGMANDIR and the path to the configuration file from the manual
page, which was mentioned in PR 34813.
Diffstat (limited to 'audio/abcde/patches')
-rw-r--r--audio/abcde/patches/patch-ac13
1 files changed, 1 insertions, 12 deletions
diff --git a/audio/abcde/patches/patch-ac b/audio/abcde/patches/patch-ac
index 90a06bf740c..cf736c10432 100644
--- a/audio/abcde/patches/patch-ac
+++ b/audio/abcde/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.21 2005/10/04 20:58:43 sketch Exp $
+$NetBSD: patch-ac,v 1.22 2006/10/14 13:20:47 rillig Exp $
--- abcde.orig 2005-10-04 21:39:38.000000000 +0100
+++ abcde 2005-10-04 21:44:53.000000000 +0100
@@ -50,17 +50,6 @@ $NetBSD: patch-ac,v 1.21 2005/10/04 20:58:43 sketch Exp $
else
HTTPGET=wget
fi
-@@ -2197,8 +2205,8 @@
- fi
-
- # Load system defaults
--if [ -r /etc/abcde.conf ]; then
-- . /etc/abcde.conf
-+if [ -r @PKG_SYSCONFDIR@/abcde.conf ]; then
-+ . @PKG_SYSCONFDIR@/abcde.conf
- fi
- # Load user preference defaults
- if [ -r $HOME/.abcde.conf ]; then
@@ -2231,6 +2239,9 @@
CDROM=/dev/acd0c
elif [ -e /dev/disk1 ]; then