patch-Makefile_in 965 B

12345678910111213141516171819202122
  1. $OpenBSD: patch-Makefile_in,v 1.5 2016/11/23 12:27:47 sthen Exp $
  2. --- Makefile.in.orig Tue Sep 6 17:12:39 2016
  3. +++ Makefile.in Wed Nov 16 02:34:44 2016
  4. @@ -70,7 +70,7 @@ am__make_running_with_option = \
  5. test $$has_opt = yes
  6. am__make_dryrun = (target_option=n; $(am__make_running_with_option))
  7. am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
  8. -pkgdatadir = $(datadir)/@PACKAGE@
  9. +pkgdatadir = $(datadir)/doc/@PACKAGE@
  10. pkgincludedir = $(includedir)/@PACKAGE@
  11. pkglibdir = $(libdir)/@PACKAGE@
  12. pkglibexecdir = $(libexecdir)/@PACKAGE@
  13. @@ -351,7 +351,7 @@ top_build_prefix = @top_build_prefix@
  14. top_builddir = @top_builddir@
  15. top_srcdir = @top_srcdir@
  16. AUTOMAKE_OPTIONS = foreign no-dependencies
  17. -pkgdata_DATA = COPYING CHANGES FAQ README README.lg UPGRADING cloginrc.sample
  18. +pkgdata_DATA = COPYING CHANGES FAQ README UPGRADING
  19. EXTRA_DIST = BUGS Todo configure configure.vers install-sh \
  20. mkinstalldirs Makefile.in Todo $(pkgdata_DATA)