Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/chat/ejabberd chat/ejabberd: remove rebar.config from ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fc610188d102
branches:  trunk
changeset: 429740:fc610188d102
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Thu Apr 23 20:17:59 2020 +0000

description:
chat/ejabberd: remove rebar.config from SUBST_FILES

That file does not contain any @ character.

diffstat:

 chat/ejabberd/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 32f9fabd4a18 -r fc610188d102 chat/ejabberd/Makefile
--- a/chat/ejabberd/Makefile    Thu Apr 23 20:11:51 2020 +0000
+++ b/chat/ejabberd/Makefile    Thu Apr 23 20:17:59 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.86 2018/12/15 21:12:19 wiz Exp $
+# $NetBSD: Makefile,v 1.87 2020/04/23 20:17:59 rillig Exp $
 
 DISTNAME=      ejabberd-18.06
 CATEGORIES=    chat
@@ -102,7 +102,7 @@
 SUBST_MESSAGE.paths=   Localizing paths
 SUBST_STAGE.paths=     pre-configure
 SUBST_FILES.paths=     Makefile.in ejabberd.yml.example ejabberdctl.template
-SUBST_FILES.paths+=    tools/ejabberdctl.bc rebar.config
+SUBST_FILES.paths+=    tools/ejabberdctl.bc
 SUBST_VARS.paths=      DISTNAME EJABBERD_DB EJABBERD_LOGDIR EJABBERD_PIDDIR
 SUBST_VARS.paths+=     PKG_SYSCONFDIR PREFIX LOCALBASE
 



Home | Main Index | Thread Index | Old Index