Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/net/chrony net/chrony: clean up SUBST_FILES



details:   https://anonhg.NetBSD.org/pkgsrc/rev/379536ca0280
branches:  trunk
changeset: 428449:379536ca0280
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Tue Apr 28 04:06:09 2020 +0000

description:
net/chrony: clean up SUBST_FILES

There is nothing to replace in chrony.keys.example or conf.c.

diffstat:

 net/chrony/Makefile |  7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r b4df01a1f99f -r 379536ca0280 net/chrony/Makefile
--- a/net/chrony/Makefile       Tue Apr 28 03:48:29 2020 +0000
+++ b/net/chrony/Makefile       Tue Apr 28 04:06:09 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.40 2020/01/26 17:31:48 rillig Exp $
+# $NetBSD: Makefile,v 1.41 2020/04/28 04:06:09 rillig Exp $
 
 DISTNAME=      chrony-3.5
 PKGREVISION=   1
@@ -27,9 +27,8 @@
 RCD_SCRIPTS=           chronyd
 
 SUBST_CLASSES+=                paths
-SUBST_FILES.paths=     ${EGFILES:S/^/examples\//} conf.c
-SUBST_VARS.paths+=     PKG_SYSCONFDIR
-SUBST_VARS.paths+=     VARBASE
+SUBST_FILES.paths=     examples/chrony.conf.example3
+SUBST_VARS.paths=      PKG_SYSCONFDIR VARBASE
 SUBST_STAGE.paths=     pre-configure
 
 post-install:



Home | Main Index | Thread Index | Old Index