diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2025-07-24 11:53:14 +0200 |
|---|---|---|
| committer | Robert Clausecker <fuz@FreeBSD.org> | 2025-09-24 13:44:19 +0200 |
| commit | 0de884ce9300c3f061ada231cf012eebd102654b (patch) | |
| tree | 4bf280c63f6d54340b60a34446e59fc2c02c231e | |
| parent | 0cd889f5e29e80c460d59ffc0a99a32ff48a4b4d (diff) | |
devel/catch2: remove wrong USES=pathfix
USES=path is moving the .pc files into libdata/pkgconfig while it
concerns platform independant package.
(cherry picked from commit 21b12cb7e2dcc2d891b8827de9c78673741ead29)
| -rw-r--r-- | devel/catch2/Makefile | 3 | ||||
| -rw-r--r-- | devel/catch2/pkg-plist | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/devel/catch2/Makefile b/devel/catch2/Makefile index 9f2a6202e9ee..f0a3ff1e110a 100644 --- a/devel/catch2/Makefile +++ b/devel/catch2/Makefile @@ -1,6 +1,7 @@ PORTNAME= catch2 # 2.x series is under devel/catch, the project is called catch2 DISTVERSIONPREFIX= v DISTVERSION= 3.8.1 +PORTREVISION= 1 CATEGORIES= devel MAINTAINER= yuri@FreeBSD.org @@ -10,7 +11,7 @@ WWW= https://github.com/catchorg/Catch2 LICENSE= BSL LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES= cmake:testing compiler:c++14-lang pathfix python:build,test +USES= cmake:testing compiler:c++14-lang python:build,test USE_GITHUB= yes GH_ACCOUNT= catchorg GH_PROJECT= Catch2 diff --git a/devel/catch2/pkg-plist b/devel/catch2/pkg-plist index a4bbd6a64720..0231c6b984be 100644 --- a/devel/catch2/pkg-plist +++ b/devel/catch2/pkg-plist @@ -188,7 +188,7 @@ lib/libCatch2.so lib/libCatch2.so.3.8.1 lib/libCatch2Main.so lib/libCatch2Main.so.3.8.1 -libdata/pkgconfig/catch2-with-main.pc -libdata/pkgconfig/catch2.pc +share/pkgconfig/catch2-with-main.pc +share/pkgconfig/catch2.pc share/Catch2/gdbinit share/Catch2/lldbinit |
