freebsd-ports/mail/perdition/files/patch-perdition-db-ldap-Makefile.in
Jason E. Hale db5d2a7cc1 - Update to 1.18 [1]
- Convert KNOBS to new options framework [1]
- Drop ABI version numbers in LIB_DEPENDS [1]
- Add UPDATING entry to inform users of IPv6 changes to
  devel/libvanessa_socket that affect perdition [2]

PR:		ports/174550 [1], ports/174410 [2]
Submitted by:	Thomas Vogt <thomas@bsdunix.ch> (maintainer) [1],
		Joel Ray Holveck <joelh@piquan.org> [2]
2013-01-08 22:33:10 +00:00

11 lines
652 B
Text

--- perdition/db/ldap/Makefile.in.orig 2012-03-20 05:08:04.000000000 -0700
+++ perdition/db/ldap/Makefile.in 2012-12-12 16:50:02.000000000 -0800
@@ -864,7 +864,7 @@
@LDAP_SCHEMA_TRUE@ test -n "@ldap_schemadir@"
@LDAP_SCHEMA_TRUE@ mkdir -p "$(DESTDIR)@ldap_schemadir@"
@LDAP_SCHEMA_TRUE@ chmod 755 "$(DESTDIR)@ldap_schemadir@"
-@LDAP_SCHEMA_TRUE@ install -m 644 $< "$(DESTDIR)@ldap_schemadir@/"
+@LDAP_SCHEMA_TRUE@ for p in $< ; do $(am__strip_dir) install -m 644 $$p "$(DESTDIR)@ldap_schemadir@/$$f-dist" ; done
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.