pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
overgrowth: Use CMAKE_BUILD_DIR
Module Name: pkgsrc-wip
Committed By: Charlotte Koch <charlotte%NetBSD.org@localhost>
Pushed By: cfkoch
Date: Fri Jul 25 20:01:49 2025 -0700
Changeset: 9bfa6b6dda0d8b2f71541333b3c33ba03fb896f4
Modified Files:
overgrowth/Makefile
Log Message:
overgrowth: Use CMAKE_BUILD_DIR
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=9bfa6b6dda0d8b2f71541333b3c33ba03fb896f4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
overgrowth/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/overgrowth/Makefile b/overgrowth/Makefile
index c826adddf9..30711e071f 100644
--- a/overgrowth/Makefile
+++ b/overgrowth/Makefile
@@ -23,8 +23,8 @@ CMAKE_CONFIGURE_ARGS+= -DAUX_DATA=${PREFIX}/share/overgrowth
INSTALLATION_DIRS+= bin
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/cmake-pkgsrc-build/Overgrowth ${DESTDIR}${PREFIX}/bin/Overgrowth
- ${INSTALL_PROGRAM} ${WRKSRC}/cmake-pkgsrc-build/OvergrowthWorker ${DESTDIR}${PREFIX}/bin/OvergrowthWorker
+ ${INSTALL_PROGRAM} ${WRKSRC}/${CMAKE_BUILD_DIR}/Overgrowth ${DESTDIR}${PREFIX}/bin/Overgrowth
+ ${INSTALL_PROGRAM} ${WRKSRC}/${CMAKE_BUILD_DIR}/OvergrowthWorker ${DESTDIR}${PREFIX}/bin/OvergrowthWorker
.include "../../devel/cmake/build.mk"
.include "../../archivers/brotli/buildlink3.mk"
Home |
Main Index |
Thread Index |
Old Index