aboutsummaryrefslogtreecommitdiff
path: root/shells/bash-completion
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-10 07:12:06 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2024-04-10 07:20:04 +0000
commitb070f178f6fd21153d0ff9802ac6bbb7ab0560e8 (patch)
treef91b45957c9d67e8bbbf7fcdc4a2770fbebd46ca /shells/bash-completion
parent637dffc6b56fa60ca87eb11a077444667557c7ae (diff)
downloadports-b070f178f6fd21153d0ff9802ac6bbb7ab0560e8.tar.gz
ports-b070f178f6fd21153d0ff9802ac6bbb7ab0560e8.zip
shells/bash-completion: Fix cmake files location
- Bump PORTREVISION for package change PR: 272708 Submitted by: yuri
Diffstat (limited to 'shells/bash-completion')
-rw-r--r--shells/bash-completion/Makefile1
-rw-r--r--shells/bash-completion/files/patch-Makefile.am11
-rw-r--r--shells/bash-completion/pkg-plist4
3 files changed, 5 insertions, 11 deletions
diff --git a/shells/bash-completion/Makefile b/shells/bash-completion/Makefile
index 91bd45755309..ff45944d8b3a 100644
--- a/shells/bash-completion/Makefile
+++ b/shells/bash-completion/Makefile
@@ -1,5 +1,6 @@
PORTNAME= bash-completion
PORTVERSION= 2.13.0
+PORTREVISION= 1
PORTEPOCH= 2
CATEGORIES= shells
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
-
diff --git a/shells/bash-completion/pkg-plist b/shells/bash-completion/pkg-plist
index de8184058c78..3b22b1a73f09 100644
--- a/shells/bash-completion/pkg-plist
+++ b/shells/bash-completion/pkg-plist
@@ -918,5 +918,5 @@ libdata/pkgconfig/bash-completion.pc
%%DATADIR%%/helpers/make-extract-targets.awk
%%DATADIR%%/helpers/perl
%%DATADIR%%/helpers/python
-%%CMAKE_MODULES%%share/cmake/Modules/bash-completion/bash-completion-config-version.cmake
-%%CMAKE_MODULES%%share/cmake/Modules/bash-completion/bash-completion-config.cmake
+%%CMAKE_MODULES%%share/cmake/bash-completion/bash-completion-config-version.cmake
+%%CMAKE_MODULES%%share/cmake/bash-completion/bash-completion-config.cmake