summaryrefslogtreecommitdiff
path: root/net/netatalk/patches
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-07-26 19:03:18 +0000
committerjlam <jlam@pkgsrc.org>2000-07-26 19:03:18 +0000
commitcb1485b80465f18c6c80065fb79dd77aebdf2332 (patch)
treef80d62c181a96524aff026476544f156c3da43a3 /net/netatalk/patches
parent79440b4f3bee15504cd518c12d41ac0b7d338e90 (diff)
downloadpkgsrc-cb1485b80465f18c6c80065fb79dd77aebdf2332.tar.gz
Change configuration file directory from ${PREFIX}/etc to /etc/netatalk.
Configuration files really are host-dependent, so putting them in ${PREFIX} which is often shared across machines of the same architecture, doesn't make sense. Add machinery to install default configuration files. Closes pkg/9948.
Diffstat (limited to 'net/netatalk/patches')
-rw-r--r--net/netatalk/patches/patch-aa4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/netatalk/patches/patch-aa b/net/netatalk/patches/patch-aa
index 252c35095c0..2a8c82da0d0 100644
--- a/net/netatalk/patches/patch-aa
+++ b/net/netatalk/patches/patch-aa
@@ -1,4 +1,4 @@
-$NetBSD: patch-aa,v 1.2 1999/08/31 22:09:42 wrstuden Exp $
+$NetBSD: patch-aa,v 1.3 2000/07/26 19:03:20 jlam Exp $
--- Makefile Wed Dec 17 09:25:39 1997
+++ Makefile Tue Aug 31 02:06:35 1999
@@ -26,7 +26,7 @@ $NetBSD: patch-aa,v 1.2 1999/08/31 22:09:42 wrstuden Exp $
+RESDIR=$(ATALK_DESTDIR)/share
# for configuration files (AppleVolumes.system, etc.)
-ETCDIR=$(DESTDIR)/etc
-+ETCDIR=$(ATALK_DESTDIR)/etc
++ETCDIR=/etc/netatalk
# for include files
-INCDIR=$(DESTDIR)/include
+INCDIR=$(ATALK_DESTDIR)/include