pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

overgrowth: Simplify



Module Name:	pkgsrc-wip
Committed By:	Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By:	cfkoch
Date:		Fri Jul 25 19:57:27 2025 -0700
Changeset:	e0cba5fb5580281c4393f17c63d8fe1677ce182b

Modified Files:
	overgrowth/MESSAGE
	overgrowth/Makefile
	overgrowth/TODO

Log Message:
overgrowth: Simplify

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e0cba5fb5580281c4393f17c63d8fe1677ce182b

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 overgrowth/MESSAGE  | 2 +-
 overgrowth/Makefile | 8 ++------
 overgrowth/TODO     | 2 ++
 3 files changed, 5 insertions(+), 7 deletions(-)

diffs:
diff --git a/overgrowth/MESSAGE b/overgrowth/MESSAGE
index d857a98ce5..bf5c70e4b5 100644
--- a/overgrowth/MESSAGE
+++ b/overgrowth/MESSAGE
@@ -1,7 +1,7 @@
 ===========================================================================
 $NetBSD$
 
-This package provides the game engine ONLY. In order to play the game,
+This package provides the game engine only. In order to play the game,
 please purchase a copy of Overgrowth and install the game data to:
 
     ${PREFIX}/share/overgrowth
diff --git a/overgrowth/Makefile b/overgrowth/Makefile
index d5c2288b1d..c826adddf9 100644
--- a/overgrowth/Makefile
+++ b/overgrowth/Makefile
@@ -19,16 +19,12 @@ CMAKE_CONFIGURE_ARGS+=	-DCMAKE_BUILD_TYPE=Release
 CMAKE_CONFIGURE_ARGS+=	-DENABLE_RAD_TELEMETRY=OFF
 CMAKE_CONFIGURE_ARGS+=	-DBUILD_OGDA=OFF
 CMAKE_CONFIGURE_ARGS+=	-DAUX_DATA=${PREFIX}/share/overgrowth
-#CMAKE_ARG_PATH=	${WRKSRC}
 
 INSTALLATION_DIRS+=	bin
 
-pre-configure:
-	${MKDIR} ${WRKDIR}/build
-
 do-install:
-	${INSTALL_PROGRAM} ${WRKDIR}/build/Overgrowth ${DESTDIR}${PREFIX}/bin/Overgrowth
-	${INSTALL_PROGRAM} ${WRKDIR}/build/OvergrowthWorker ${DESTDIR}${PREFIX}/bin/OvergrowthWorker
+	${INSTALL_PROGRAM} ${WRKSRC}/cmake-pkgsrc-build/Overgrowth ${DESTDIR}${PREFIX}/bin/Overgrowth
+	${INSTALL_PROGRAM} ${WRKSRC}/cmake-pkgsrc-build/OvergrowthWorker ${DESTDIR}${PREFIX}/bin/OvergrowthWorker
 
 .include "../../devel/cmake/build.mk"
 .include "../../archivers/brotli/buildlink3.mk"
diff --git a/overgrowth/TODO b/overgrowth/TODO
index 8a73c31518..ad4ca26390 100644
--- a/overgrowth/TODO
+++ b/overgrowth/TODO
@@ -1 +1,3 @@
 - Get my NetBSD support branch integrated upstream
+
+- Actually add an install() directive to the CMake


Home | Main Index | Thread Index | Old Index