git: ae39d556b53d - main - databases/cego: fix build

From: Kurt Jaeger <pi_at_FreeBSD.org>
Date: Sat, 29 Jun 2024 07:27:14 UTC
The branch main has been updated by pi:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ae39d556b53d577b78431b000a1a38ba86557154

commit ae39d556b53d577b78431b000a1a38ba86557154
Author:     Björn Lemke <lemke@lemke-it.com>
AuthorDate: 2024-06-29 07:26:45 +0000
Commit:     Kurt Jaeger <pi@FreeBSD.org>
CommitDate: 2024-06-29 07:26:45 +0000

    databases/cego: fix build
---
 databases/cego/Makefile  | 4 ++--
 databases/cego/pkg-plist | 2 ++
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/databases/cego/Makefile b/databases/cego/Makefile
index ddc6c36da755..487f96f75dd6 100644
--- a/databases/cego/Makefile
+++ b/databases/cego/Makefile
@@ -31,8 +31,8 @@ PLIST_SUB+=	USER=${USERS}
 post-patch:
 	${REINPLACE_CMD} -e 's,-O3,,g' \
 		${WRKSRC}/src/Makefile.in \
-		${WRKSRC}/samples/cgplustest/Makefile.in \
-		${WRKSRC}/samples/cgwraptest/Makefile.in
+		${WRKSRC}/cgpluscheck/Makefile.in \
+		${WRKSRC}/cgwrapcheck/Makefile.in
 
 post-install:
 	${MKDIR} ${STAGEDIR}${DATADIR}
diff --git a/databases/cego/pkg-plist b/databases/cego/pkg-plist
index f5223fb98eda..5d45393adc39 100644
--- a/databases/cego/pkg-plist
+++ b/databases/cego/pkg-plist
@@ -12,6 +12,8 @@ bin/cgadm
 bin/cgblow
 bin/cgclt
 bin/cglog
+bin/cgplustest
+bin/cgwtest
 etc/rc.d/cego
 include/cego/Cego.h
 include/cego/CegoAVLIndexCursor.h