f9fba21138
Changelog: * m_pine: Double-quote parens. Thanks to Stefan M<C3><A4>tje for reporting this bug and sending a patch. * Apply patch by Brendan Cully to follow the Apple build system changes used to build ABQuery module. * Add m_vcf module for querying vcard files provided by Brendan Cully. * Add authentication (bind_dn, bind_password) to mutt_ldap_query. Based on an idea of Jan-Benedict Glaw (Closes: #324655, #286163). * Update FSF address in nearly all files. * Upgrade to standards-version 3.6.2 (no changes). For now, make sure the m_vcf module is not built. It depends on libvformat, which is not yet in pkgsrc
39 lines
1.7 KiB
Text
39 lines
1.7 KiB
Text
$NetBSD: patch-aa,v 1.4 2005/11/12 17:43:42 tonio Exp $
|
|
|
|
--- Makefile.in.orig 2005-10-29 16:48:08.000000000 +0200
|
|
+++ Makefile.in
|
|
@@ -39,6 +39,7 @@ srcdir=@srcdir@
|
|
libdir=@libdir@
|
|
mandir=@mandir@
|
|
sysconfdir=@sysconfdir@
|
|
+egdir=@prefix@/share/examples/lbdb
|
|
|
|
ALL=lbdbq lbdb_lib lbdb-fetchaddr lbdb-munge fetchaddr qpto8bit munge \
|
|
munge-keeporder nodelist2lbdb palm_lsaddr mutt_ldap_query lbdbq.man \
|
|
@@ -50,7 +51,7 @@ all: Makefile $(ALL)
|
|
install: all
|
|
$(srcdir)/mkinstalldirs $(install_prefix)$(bindir)
|
|
$(srcdir)/mkinstalldirs $(install_prefix)$(libdir)
|
|
- $(srcdir)/mkinstalldirs $(install_prefix)$(sysconfdir)
|
|
+ $(srcdir)/mkinstalldirs $(install_prefix)$(egdir)
|
|
$(srcdir)/mkinstalldirs $(install_prefix)$(mandir)
|
|
$(srcdir)/mkinstalldirs $(install_prefix)$(mandir)/man1
|
|
$(INSTALL) -m 755 fetchaddr $(install_prefix)$(libdir)
|
|
@@ -71,7 +72,7 @@ install: all
|
|
$(INSTALL) -m 644 mutt_ldap_query.man \
|
|
$(install_prefix)$(mandir)/man1/mutt_ldap_query.1; \
|
|
$(INSTALL) -m 644 lbdb_ldap.rc \
|
|
- $(install_prefix)$(sysconfdir)/lbdb_ldap.rc; \
|
|
+ $(install_prefix)$(egdir)/lbdb_ldap.rc; \
|
|
fi
|
|
if [ "$(XCODEBUILD)" != "no" -o "$(PBXBUILD)" != "no" ]; then \
|
|
$(INSTALL) -m 755 ABQuery/sym/ABQuery $(install_prefix)$(libdir); \
|
|
@@ -85,7 +86,7 @@ install: all
|
|
$(INSTALL) -m 644 lbdbq.man $(install_prefix)$(mandir)/man1/lbdbq.1
|
|
$(INSTALL) -m 644 lbdb-fetchaddr.man \
|
|
$(install_prefix)$(mandir)/man1/lbdb-fetchaddr.1
|
|
- $(INSTALL) -m 644 lbdb.rc $(install_prefix)$(sysconfdir)/lbdb.rc
|
|
+ $(INSTALL) -m 644 lbdb.rc $(install_prefix)$(egdir)/lbdb.rc
|
|
if [ "$(DOTLOCK_TARGET)" != "" ]; then \
|
|
$(INSTALL) -m 755 lbdb_dotlock $(install_prefix)$(bindir); \
|
|
$(INSTALL) -m 644 dotlock.man \
|