pkgsrc-WIP-changes archive

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

motion: improve the naming of configuration files



Module Name:	pkgsrc-wip
Committed By:	Pierre Pronchery <khorben%defora.org@localhost>
Pushed By:	khorben
Date:		Mon May 2 02:32:53 2022 +0200
Changeset:	5cdb8233769830c4a0f40c182dab54fec0f4933c

Modified Files:
	motion/Makefile

Log Message:
motion: improve the naming of configuration files

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=5cdb8233769830c4a0f40c182dab54fec0f4933c

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

diffstat:
 motion/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/motion/Makefile b/motion/Makefile
index 9d64ea64d1..0fd4194574 100644
--- a/motion/Makefile
+++ b/motion/Makefile
@@ -19,8 +19,8 @@ EGDIR=			${PREFIX}/share/examples
 INSTALL_MAKE_FLAGS+=	examplesdir=${EGDIR}/motion
 INSTALL_MAKE_FLAGS+=	sysconfdir=${EGDIR}
 
-.for file in motion-dist.conf camera1-dist.conf camera2-dist.conf camera3-dist.conf camera4-dist.conf
-CONF_FILES+=	${EGDIR}/motion/${file} ${PKG_SYSCONFDIR}/${file}
+.for file in motion camera1 camera2 camera3 camera4
+CONF_FILES+=	${EGDIR}/motion/${file}-dist.conf ${PKG_SYSCONFDIR}/${file}.conf
 .endfor
 
 pre-configure:


Home | Main Index | Thread Index | Old Index