pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/simgear
Module Name: pkgsrc
Committed By: wiz
Date: Sat Feb 8 12:23:27 UTC 2025
Modified Files:
pkgsrc/games/simgear: Makefile
Log Message:
simgear: remove WRKDIR reference in installed file
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.176 -r1.177 pkgsrc/games/simgear/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/simgear/Makefile
diff -u pkgsrc/games/simgear/Makefile:1.176 pkgsrc/games/simgear/Makefile:1.177
--- pkgsrc/games/simgear/Makefile:1.176 Sun Dec 29 15:09:48 2024
+++ pkgsrc/games/simgear/Makefile Sat Feb 8 12:23:27 2025
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.176 2024/12/29 15:09:48 adam Exp $
+# $NetBSD: Makefile,v 1.177 2025/02/08 12:23:27 wiz Exp $
DISTNAME= simgear-2020.3.11
-PKGREVISION= 49
+PKGREVISION= 50
CATEGORIES= games devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=flightgear/release-${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.bz2
@@ -23,6 +23,12 @@ CMAKE_CONFIGURE_ARGS+= -DSIMGEAR_SHARED
CMAKE_CONFIGURE_ARGS+= -DSYSTEM_EXPAT=ON
CMAKE_CONFIGURE_ARGS+= -DSYSTEM_UDNS=ON
+SUBST_CLASSES+= wrkdir
+SUBST_FILES.wrkdir+= sgbuild/CMakeFiles/Export/*/SimGearTargets.cmake
+SUBST_STAGE.wrkdir= post-configure
+SUBST_SED.wrkdir+= -e "s,;${WRKDIR},,"
+SUBST_MESSAGE.wrkdir= Removing WRKDIR reference from installed file.
+
.include "../../mk/bsd.prefs.mk"
.if ${MACHINE_ARCH} != "x86_64"
Home |
Main Index |
Thread Index |
Old Index