diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-10 15:12:06 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2024-04-10 15:20:04 +0800 |
commit | b070f178f6fd21153d0ff9802ac6bbb7ab0560e8 (patch) | |
tree | f91b45957c9d67e8bbbf7fcdc4a2770fbebd46ca /shells/bash-completion/files | |
parent | www/p5-LWP-UserAgent-Cached: Add NO_ARCH (diff) |
shells/bash-completion: Fix cmake files location
- Bump PORTREVISION for package change
PR: 272708
Submitted by: yuri
Diffstat (limited to 'shells/bash-completion/files')
-rw-r--r-- | shells/bash-completion/files/patch-Makefile.am | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/shells/bash-completion/files/patch-Makefile.am b/shells/bash-completion/files/patch-Makefile.am index 84c71f593e50..5fbf573b21da 100644 --- a/shells/bash-completion/files/patch-Makefile.am +++ b/shells/bash-completion/files/patch-Makefile.am @@ -1,8 +1,8 @@ -Note that line 12 (pkgconfigdir) has been changed by USES=pathfix. +Note that the pkgconfigdir line 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 +@@ -6,7 +6,7 @@ pkgdata_DATA = bash_completion compatdir = $(sysconfdir)/bash_completion.d compat_DATA = @@ -11,10 +11,3 @@ Note that line 12 (pkgconfigdir) has been changed by USES=pathfix. 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 - |