pkgsrc-WIP-changes archive

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

ngircd: install ngircd.conf to PKG_SYSCONFDIR



Module Name:	pkgsrc-wip
Committed By:	sxvghd <sxvghd%firemail.cc@localhost>
Pushed By:	sxvghd
Date:		Thu Jan 2 17:47:31 2020 +0100
Changeset:	b2f2cb7e8fea0384d6f7812f95945b0f63854034

Modified Files:
	ngircd/Makefile

Log Message:
ngircd: install ngircd.conf to PKG_SYSCONFDIR

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

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

diffstat:
 ngircd/Makefile | 1 +
 1 file changed, 1 insertion(+)

diffs:
diff --git a/ngircd/Makefile b/ngircd/Makefile
index fb733c5971..a45467d1bc 100644
--- a/ngircd/Makefile
+++ b/ngircd/Makefile
@@ -16,6 +16,7 @@ RCD_SCRIPTS+=	ngircd
 
 EGDIR=                  ${PREFIX}/share/doc/ngircd
 CONF_FILES+=            ${EGDIR}/sample-ngircd.conf ${PREFIX}/share/examples/ngircd/sample-ngircd.conf
+CONF_FILES+=            ${EGDIR}/sample-ngircd.conf ${PKG_SYSCONFDIR}/ngircd.conf
 
 INSTALLATION_DIRS+=	${PREFIX}/share/examples/ngircd
 


Home | Main Index | Thread Index | Old Index