pkgsrc-WIP-changes archive

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

soqt: Remove buildlink dirs from installed cmake file.



Module Name:	pkgsrc-wip
Committed By:	Paul Ripke <stix%stix.id.au@localhost>
Pushed By:	stix
Date:		Fri Apr 4 22:35:40 2025 +1100
Changeset:	fc33374c65a0984e995f157485df0d328b07eda4

Modified Files:
	soqt/Makefile

Log Message:
soqt: Remove buildlink dirs from installed cmake file.

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

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

diffstat:
 soqt/Makefile | 5 +++++
 1 file changed, 5 insertions(+)

diffs:
diff --git a/soqt/Makefile b/soqt/Makefile
index 4bf85d4a82..98e7dbe0bc 100644
--- a/soqt/Makefile
+++ b/soqt/Makefile
@@ -21,6 +21,11 @@ USE_LANGUAGES=	c c++
 
 REPLACE_PERL+=	cfg/gendsp.pl.in cfg/doxy4win.pl
 
+SUBST_CLASSES=		cmake
+SUBST_STAGE.cmake=	post-install
+SUBST_FILES.cmake+=	cmake-pkgsrc-build/src/soqt-export.cmake
+SUBST_SED.cmake+=	-e 's|${WRKDIR}/.buildlink|${PREFIX}|g'
+
 .include "../../mk/bsd.prefs.mk"
 
 .include "../../devel/cmake/build.mk"


Home | Main Index | Thread Index | Old Index