pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-meson
Module Name: pkgsrc
Committed By: tnn
Date: Thu Jan 24 14:09:24 UTC 2019
Modified Files:
pkgsrc/devel/py-meson: build.mk
Log Message:
py-meson: wire down libdir to ${PREFIX}/lib
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 pkgsrc/devel/py-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/py-meson/build.mk
diff -u pkgsrc/devel/py-meson/build.mk:1.5 pkgsrc/devel/py-meson/build.mk:1.6
--- pkgsrc/devel/py-meson/build.mk:1.5 Tue May 15 08:58:39 2018
+++ pkgsrc/devel/py-meson/build.mk Thu Jan 24 14:09:24 2019
@@ -1,4 +1,4 @@
-# $NetBSD: build.mk,v 1.5 2018/05/15 08:58:39 jperkin Exp $
+# $NetBSD: build.mk,v 1.6 2019/01/24 14:09:24 tnn Exp $
BUILD_DEPENDS+= ${PYPKGPREFIX}-meson-[0-9]*:../../devel/py-meson
@@ -6,7 +6,7 @@ BUILD_DEPENDS+= ${PYPKGPREFIX}-meson-[0-
do-configure: meson-configure
meson-configure:
- cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} meson --prefix ${PREFIX} --mandir ${PKGMANDIR} --buildtype=plain ${MESON_ARGS} . output
+ cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} meson --prefix ${PREFIX} --libdir lib --mandir ${PKGMANDIR} --buildtype=plain ${MESON_ARGS} . output
do-build: meson-build
meson-build:
Home |
Main Index |
Thread Index |
Old Index