[BACK]Return to patch-ab CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / cyrus-saslauthd / patches

Annotation of pkgsrc/security/cyrus-saslauthd/patches/patch-ab, Revision 1.7

1.7     ! obache      1: $NetBSD: patch-ab,v 1.6 2006/10/04 12:07:53 obache Exp $
1.1       jlam        2:
1.7     ! obache      3: --- Makefile.in.orig   2009-05-07 14:25:39.000000000 +0000
1.1       jlam        4: +++ Makefile.in
1.7     ! obache      5: @@ -615,14 +615,11 @@ uninstall-am: uninstall-info-am uninstal
1.1       jlam        6:        uninstall-sbinPROGRAMS
                      7:
                      8:
                      9: -dist-hook: saslauthd.8
                     10: +dist-hook: saslauthd.mdoc
                     11:
                     12: -saslauthd.8: saslauthd.mdoc
                     13: -      nroff -mdoc $(srcdir)/saslauthd.mdoc > $(srcdir)/saslauthd.8
                     14: -
                     15: -install-data-local: saslauthd.8
                     16: +install-data-local: saslauthd.mdoc
1.6       obache     17:        $(mkinstalldirs) $(DESTDIR)$(mandir)/man8
                     18: -      $(INSTALL_DATA) $(srcdir)/saslauthd.8 $(DESTDIR)$(mandir)/man8/saslauthd.8
1.1       jlam       19: +      $(INSTALL_DATA) $(srcdir)/saslauthd.mdoc $(DESTDIR)$(mandir)/man8/saslauthd.8
                     20:  # Tell versions [3.59,3.63) of GNU make to not export all variables.
                     21:  # Otherwise a system limit (for SysV at least) may be exceeded.
                     22:  .NOEXPORT:

CVSweb <webmaster@jp.NetBSD.org>