pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/mopher Fixed pkglint warnings about unpaired CONF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9846b9009137
branches:  trunk
changeset: 356542:9846b9009137
user:      rillig <rillig%pkgsrc.org@localhost>
date:      Sun Jan 01 16:35:38 2017 +0000

description:
Fixed pkglint warnings about unpaired CONF_FILES declarations.

diffstat:

 mail/mopher/Makefile |  13 +++++--------
 1 files changed, 5 insertions(+), 8 deletions(-)

diffs (34 lines):

diff -r 7515b52ae7e5 -r 9846b9009137 mail/mopher/Makefile
--- a/mail/mopher/Makefile      Sun Jan 01 16:34:48 2017 +0000
+++ b/mail/mopher/Makefile      Sun Jan 01 16:35:38 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2015/09/26 23:29:13 gdt Exp $
+# $NetBSD: Makefile,v 1.6 2017/01/01 16:35:38 rillig Exp $
 
 DISTNAME=              mopher-0.5.3
 PKGREVISION=           1
@@ -21,7 +21,7 @@
 FILES_SUBST+=          MOPHER_GROUP=${MOPHER_GROUP}
 FILES_SUBST+=          MOPHER_HOME=${MOPHER_HOME}
 FILES_SUBST+=          MOPHER_RUN=${MOPHER_RUN}
-FILES_SUBST+=          INSTALL=${INSTALL}
+FILES_SUBST+=          INSTALL=${INSTALL:Q}
 
 HAS_CONFIGURE=         yes
 
@@ -42,12 +42,9 @@
 PKG_SYSCONFSUBDIR=     mopher
 INSTALLATION_DIRS+=    ${EGDIR}
 EGDIR=                 ${PREFIX}/share/examples/mopher
-CONF_FILES+=           ${EGDIR}/mopherd.conf
-CONF_FILES+=           ${PKG_SYSCONFDIR}/mopherd.conf
-CONF_FILES+=           ${EGDIR}/mopherd.acl
-CONF_FILES+=           ${PKG_SYSCONFDIR}/mopherd.acl
-CONF_FILES+=           ${EGDIR}/effective_tld_names.dat
-CONF_FILES+=           ${PKG_SYSCONFDIR}/effective_tld_names.dat
+CONF_FILES+=           ${EGDIR}/mopherd.conf ${PKG_SYSCONFDIR}/mopherd.conf
+CONF_FILES+=           ${EGDIR}/mopherd.acl ${PKG_SYSCONFDIR}/mopherd.acl
+CONF_FILES+=           ${EGDIR}/effective_tld_names.dat ${PKG_SYSCONFDIR}/effective_tld_names.dat
 MAKE_ENV+=             CONFIG_XPATH=${EGDIR}
 
 PKG_GROUPS=            ${MOPHER_GROUP}



Home | Main Index | Thread Index | Old Index