pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/dfc Pass PKG_SYSCONFDIR to cmake
details: https://anonhg.NetBSD.org/pkgsrc/rev/00aadf4bd39f
branches: trunk
changeset: 440554:00aadf4bd39f
user: kim <kim%pkgsrc.org@localhost>
date: Sun Oct 11 21:43:26 2020 +0000
description:
Pass PKG_SYSCONFDIR to cmake
Fixes PR/55717
diffstat:
sysutils/dfc/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f9904419c70c -r 00aadf4bd39f sysutils/dfc/Makefile
--- a/sysutils/dfc/Makefile Sun Oct 11 20:46:16 2020 +0000
+++ b/sysutils/dfc/Makefile Sun Oct 11 21:43:26 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/11/04 21:28:44 rillig Exp $
+# $NetBSD: Makefile,v 1.5 2020/10/11 21:43:26 kim Exp $
DISTNAME= dfc-3.1.1
PKGREVISION= 1
@@ -13,6 +13,7 @@
USE_CMAKE= yes
CMAKE_ARGS+= -DMAN_PATH=${PREFIX}/${PKGMANDIR}
+CMAKE_ARGS+= -DSYSCONFDIR=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples/dfc
INSTALLATION_DIRS= ${EGDIR}
Home |
Main Index |
Thread Index |
Old Index