diff options
Diffstat (limited to 'cad/solvespace/Makefile')
-rw-r--r-- | cad/solvespace/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cad/solvespace/Makefile b/cad/solvespace/Makefile index 9c2d8be255d..fc6e41a0fd0 100644 --- a/cad/solvespace/Makefile +++ b/cad/solvespace/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2018/04/16 14:34:12 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2018/07/04 13:40:10 jperkin Exp $ # # # Both of these hashes need to be updated when the solvespace version @@ -38,13 +38,13 @@ USE_CMAKE= yes CMAKE_ARGS+= -DGIT_COMMIT_HASH=${SOLVESPACE_HASH} SUBST_CLASSES+= desktop -SUBST_STAGE.desktop= post-patch +SUBST_STAGE.desktop= pre-configure SUBST_MESSAGE.desktop= Fixing absolute path in desktop file SUBST_FILES.desktop= src/unix/solvespace.desktop SUBST_SED.desktop= -e "s,/usr/bin,${PREFIX}/bin," SUBST_CLASSES+= libdxfrw -SUBST_STAGE.libdxfrw= post-patch +SUBST_STAGE.libdxfrw= pre-configure SUBST_MESSAGE.libdxfrw= Set libdxfrw directory SUBST_FILES.libdxfrw= CMakeLists.txt SUBST_SED.libdxfrw= -e "s,extlib/libdxfrw,extlib/libdxfrw-${LIBDXF_HASH}," |