openbsd-ports/security/cyrus-sasl2/patches/patch-saslauthd_Makefile_in
ajacoutot 326d7a7e09 Update to cyrus-sasl-2.1.25.
sqlite FLAVOR replaced with sqlite3.
2011-09-20 23:01:29 +00:00

16 lines
717 B
Plaintext

$OpenBSD: patch-saslauthd_Makefile_in,v 1.11 2011/09/20 23:01:29 ajacoutot Exp $
--- saslauthd/Makefile.in.orig Mon Sep 19 16:24:47 2011
+++ saslauthd/Makefile.in Mon Sep 19 16:25:15 2011
@@ -720,9 +720,9 @@ dist-hook: saslauthd.8
saslauthd.8: saslauthd.mdoc
nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8
-install-data-local: saslauthd.8
+install-data-local:
$(mkinstalldirs) $(DESTDIR)$(mandir)/man8
- $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8
+ $(INSTALL_DATA) $(srcdir)/saslauthd.mdoc $(DESTDIR)$(mandir)/man8/saslauthd.8
# 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.