From 09ddad473f77b01148a1622b93e486520b4d9520 Mon Sep 17 00:00:00 2001 From: Sam Lawrance Date: Wed, 1 Nov 2006 10:59:09 +0000 Subject: Add autoconf-archive, a set of useful GNU Autoconf macros. This port is somewhat distinct from ac-archive, see the PR for background. PR: ports/103935 Submitted by: Martin Kammerhofer --- devel/autoconf-archive/files/patch-Makefile.in | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 devel/autoconf-archive/files/patch-Makefile.in (limited to 'devel/autoconf-archive/files/patch-Makefile.in') diff --git a/devel/autoconf-archive/files/patch-Makefile.in b/devel/autoconf-archive/files/patch-Makefile.in new file mode 100644 index 000000000000..2c3b838fc005 --- /dev/null +++ b/devel/autoconf-archive/files/patch-Makefile.in @@ -0,0 +1,20 @@ +--- Makefile.in.orig Wed Oct 18 15:31:05 2006 ++++ Makefile.in Wed Oct 18 15:31:16 2006 +@@ -24,7 +24,7 @@ + srcdir = @srcdir@ + top_srcdir = @top_srcdir@ + VPATH = @srcdir@ +-pkgdatadir = $(datadir)/@PACKAGE@ ++pkgdatadir = $(datadir)/doc/@PACKAGE@ + pkglibdir = $(libdir)/@PACKAGE@ + pkgincludedir = $(includedir)/@PACKAGE@ + top_builddir = . +@@ -139,7 +139,7 @@ + sysconfdir = @sysconfdir@ + target_alias = @target_alias@ + dist_pkgdata_DATA = AUTHORS COPYING README +-aclocaldir = $(datadir)/aclocal ++aclocaldir = $(datadir)/@PACKAGE@ + dist_aclocal_DATA = $(M4SOURCE) + htmldir = $(pkgdatadir)/html + dist_html_DATA = $(HTMLDOC) -- cgit v1.2.3