diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-03 18:07:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2021-03-03 18:07:34 +0000 |
commit | 5ad993381729d1f966dc3abb6981e2d2b23cf1c9 (patch) | |
tree | e6a7f74defe966f0f8c14289f245570a49c312ae /shells/bash-completion/files/patch-Makefile.am | |
parent | Use native HID backend (diff) |
Convert REINPLACE_CMD to patch file
Notes
Notes:
svn path=/head/; revision=567120
Diffstat (limited to 'shells/bash-completion/files/patch-Makefile.am')
-rw-r--r-- | shells/bash-completion/files/patch-Makefile.am | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/shells/bash-completion/files/patch-Makefile.am b/shells/bash-completion/files/patch-Makefile.am new file mode 100644 index 000000000000..84c71f593e50 --- /dev/null +++ b/shells/bash-completion/files/patch-Makefile.am @@ -0,0 +1,20 @@ +Note that line 12 (pkgconfigdir) has been changed by USES=pathfix. + +--- Makefile.am.orig 2020-07-25 08:25:49 UTC ++++ Makefile.am +@@ -6,13 +6,13 @@ pkgdata_DATA = bash_completion + compatdir = $(sysconfdir)/bash_completion.d + compat_DATA = + +-profiledir = $(sysconfdir)/profile.d ++profiledir = $(prefix)/share/bash-completion + profile_DATA = bash_completion.sh + + pkgconfigdir = $(prefix)/libdata/pkgconfig + pkgconfig_DATA = bash-completion.pc + +-cmakeconfigdir = $(datadir)/cmake/$(PACKAGE)/ ++cmakeconfigdir = $(datadir)/cmake/Modules/$(PACKAGE)/ + cmakeconfig_DATA = bash-completion-config.cmake \ + bash-completion-config-version.cmake + |