pkgsrc-WIP-changes archive

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

ircd-hybrid: Do not adjust reference.conf via mpaths class



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Thu Jan 31 13:33:38 2019 +0100
Changeset:	de56e284b3c98f01560e0a74905b20a61f2c6738

Modified Files:
	ircd-hybrid/Makefile

Log Message:
ircd-hybrid: Do not adjust reference.conf via mpaths class

(It is adjusted via the `rpaths' class.)

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

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

diffstat:
 ircd-hybrid/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/ircd-hybrid/Makefile b/ircd-hybrid/Makefile
index 2a93142309..ec1c9dbbc4 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -47,7 +47,7 @@ PKG_GROUPS_VARS+=	IRCD_HYBRID_IRC_GROUP
 SUBST_CLASSES+=		mpaths
 SUBST_MESSAGE.mpaths=	Fixing hardcoded paths in ircd(8)
 SUBST_STAGE.mpaths=	pre-configure
-SUBST_FILES.mpaths=	doc/ircd.8 doc/reference.conf
+SUBST_FILES.mpaths=	doc/ircd.8
 SUBST_SED.mpaths+=	-e "s|/usr/share/ircd|${PKG_SYSCONFDIR}|g"
 SUBST_SED.mpaths+=	-e "s|/var/log|${VARBASE}/log/ircd-hybrid|g"
 


Home | Main Index | Thread Index | Old Index