pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/meson



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Nov 14 12:45:23 UTC 2023

Modified Files:
        pkgsrc/devel/meson: build.mk

Log Message:
meson: fix MESON_INSTALL logic


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/meson/build.mk

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

Modified files:

Index: pkgsrc/devel/meson/build.mk
diff -u pkgsrc/devel/meson/build.mk:1.21 pkgsrc/devel/meson/build.mk:1.22
--- pkgsrc/devel/meson/build.mk:1.21    Tue Nov 14 12:42:47 2023
+++ pkgsrc/devel/meson/build.mk Tue Nov 14 12:45:23 2023
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.21 2023/11/14 12:42:47 wiz Exp $
+# $NetBSD: build.mk,v 1.22 2023/11/14 12:45:23 wiz Exp $
 
 MESON_REQD?=   0
 .for version in ${MESON_REQD}
@@ -141,7 +141,7 @@ meson-build:
            ninja -j ${_MAKE_JOBS_N:U1} -C output
 .endfor
 
-.if empty(${MESON_INSTALL:Mno})
+.if empty(MESON_INSTALL:Mno)
 do-install: meson-install
 meson-install:
 .  for d in ${INSTALL_DIRS}



Home | Main Index | Thread Index | Old Index