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