diff options
author | salo <salo@pkgsrc.org> | 2003-09-29 16:56:54 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-09-29 16:56:54 +0000 |
commit | c807b2af6e002a46bb5eeb2b48fc6d9a3dd25eb5 (patch) | |
tree | 758c12c6a393e64ac6f8675af58ce62ab118c008 /databases/openldap/patches | |
parent | 980bab3950e151766a21d06aaf3a8516403b5d65 (diff) | |
download | pkgsrc-c807b2af6e002a46bb5eeb2b48fc6d9a3dd25eb5.tar.gz |
PKGREVISION++
Obey PKG_SYSCONFDIR.
Diffstat (limited to 'databases/openldap/patches')
-rw-r--r-- | databases/openldap/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/databases/openldap/patches/patch-aa b/databases/openldap/patches/patch-aa new file mode 100644 index 00000000000..0378325a0b9 --- /dev/null +++ b/databases/openldap/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.8 2003/09/29 16:56:54 salo Exp $ + +--- build/top.mk.orig 2003-03-29 16:45:42.000000000 +0100 ++++ build/top.mk 2003-09-29 18:17:09.000000000 +0200 +@@ -35,7 +35,7 @@ + moduledir = @libexecdir@$(ldap_subdir) + sbindir = @sbindir@ + sharedstatedir = @sharedstatedir@ +-sysconfdir = @sysconfdir@$(ldap_subdir) ++sysconfdir = @sysconfdir@ + schemadir = $(sysconfdir)/schema + + PLAT = @PLAT@ |