$NetBSD: patch-lib_emacs_Makefile.in,v 1.1 2022/08/04 12:31:41 jperkin Exp $ Use version-specific pkgdatadir. --- lib/emacs/Makefile.in.orig 2012-04-25 02:40:26.000000000 +0000 +++ lib/emacs/Makefile.in @@ -18,7 +18,7 @@ # Make Autoconf Emacs library. VPATH = @srcdir@ -pkgdatadir = $(datadir)/@PACKAGE@ +pkgdatadir = $(datadir)/autoconf269 pkgincludedir = $(includedir)/@PACKAGE@ pkglibdir = $(libdir)/@PACKAGE@ pkglibexecdir = $(libexecdir)/@PACKAGE@