pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/chrony



Module Name:    pkgsrc
Committed By:   rillig
Date:           Tue Apr 28 04:06:09 UTC 2020

Modified Files:
        pkgsrc/net/chrony: Makefile

Log Message:
net/chrony: clean up SUBST_FILES

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


To generate a diff of this commit:
cvs rdiff -u -r1.40 -r1.41 pkgsrc/net/chrony/Makefile

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

Modified files:

Index: pkgsrc/net/chrony/Makefile
diff -u pkgsrc/net/chrony/Makefile:1.40 pkgsrc/net/chrony/Makefile:1.41
--- pkgsrc/net/chrony/Makefile:1.40     Sun Jan 26 17:31:48 2020
+++ pkgsrc/net/chrony/Makefile  Tue Apr 28 04:06:09 2020
@@ -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 @@ EGFILES=              chrony.conf.example3 chrony.ke
 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