pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/sysutils/dfc
Module Name: pkgsrc
Committed By: kim
Date: Sun Oct 11 21:43:26 UTC 2020
Modified Files:
pkgsrc/sysutils/dfc: Makefile
Log Message:
Pass PKG_SYSCONFDIR to cmake
Fixes PR/55717
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/sysutils/dfc/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/sysutils/dfc/Makefile
diff -u pkgsrc/sysutils/dfc/Makefile:1.4 pkgsrc/sysutils/dfc/Makefile:1.5
--- pkgsrc/sysutils/dfc/Makefile:1.4 Mon Nov 4 21:28:44 2019
+++ pkgsrc/sysutils/dfc/Makefile Sun Oct 11 21:43:26 2020
@@ -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 @@ LICENSE= modified-bsd
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