pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/catdoc catdoc: fix sysconfdir for location of...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0d6c8eaaa778
branches:  trunk
changeset: 336270:0d6c8eaaa778
user:      markd <markd%pkgsrc.org@localhost>
date:      Wed Jul 10 11:12:16 2019 +0000

description:
catdoc: fix sysconfdir for location of system-wide configuration file.

diffstat:

 textproc/catdoc/Makefile.common |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (16 lines):

diff -r 3783cded2d72 -r 0d6c8eaaa778 textproc/catdoc/Makefile.common
--- a/textproc/catdoc/Makefile.common   Wed Jul 10 10:51:29 2019 +0000
+++ b/textproc/catdoc/Makefile.common   Wed Jul 10 11:12:16 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.21 2017/08/16 20:21:14 wiz Exp $
+# $NetBSD: Makefile.common,v 1.22 2019/07/10 11:12:16 markd Exp $
 #
 # used by textproc/catdoc-tk/Makefile
 
@@ -22,5 +22,6 @@
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_LIBDIR=  ${PREFIX}/share
 CONFIGURE_ARGS+=       --with-install-root=${DESTDIR}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFDIR}
 
 CPPFLAGS+=             -Dunix -D__unix



Home | Main Index | Thread Index | Old Index