diff options
author | rillig <rillig@pkgsrc.org> | 2020-04-28 04:06:09 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2020-04-28 04:06:09 +0000 |
commit | dabe64b3a0e1b217d8e46710d01bf7c0faa8ced8 (patch) | |
tree | 908637b7098943d50e2c7b09576f2c63d28497a0 /net/chrony | |
parent | aece2b0386ad3dad2867ed864e71bcd6a966a0fc (diff) | |
download | pkgsrc-dabe64b3a0e1b217d8e46710d01bf7c0faa8ced8.tar.gz |
net/chrony: clean up SUBST_FILES
There is nothing to replace in chrony.keys.example or conf.c.
Diffstat (limited to 'net/chrony')
-rw-r--r-- | net/chrony/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/chrony/Makefile b/net/chrony/Makefile index 55a62fd95b8..3cfe872fc95 100644 --- a/net/chrony/Makefile +++ b/net/chrony/Makefile @@ -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.keys.example 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: |