pkgsrc-WIP-changes archive

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

ircd-hybrid: Adjust reference.conf in SUBST_FILES.paths



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Sun Jan 27 19:01:09 2019 +0100
Changeset:	80f434acc9a1e02190d7c7e66e31fe85311f84f6

Modified Files:
	ircd-hybrid/Makefile

Log Message:
ircd-hybrid: Adjust reference.conf in SUBST_FILES.paths

(reference.conf is in ${WRKSRC}/doc/, not ${WRKSRC}/etc/.)

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

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 474627c012..a11af83087 100644
--- a/ircd-hybrid/Makefile
+++ b/ircd-hybrid/Makefile
@@ -53,7 +53,7 @@ PKG_GROUPS_VARS+=	IRCD_HYBRID_IRC_GROUP
 SUBST_CLASSES+=		paths
 SUBST_MESSAGE.paths=	Fixing hardcoded paths.
 SUBST_STAGE.paths=	pre-configure
-SUBST_FILES.paths=	doc/ircd.8 etc/reference.conf
+SUBST_FILES.paths=	doc/ircd.8 doc/reference.conf
 SUBST_SED.paths+=	-e "s|/usr/share/ircd|${PKG_SYSCONFDIR}|g"
 SUBST_SED.paths+=	-e "s|/var/log|${VARBASE}/log/ircd-hybrid|g"
 


Home | Main Index | Thread Index | Old Index