pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/catdoc



Module Name:    pkgsrc
Committed By:   markd
Date:           Wed Jul 10 11:12:16 UTC 2019

Modified Files:
        pkgsrc/textproc/catdoc: Makefile.common

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


To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/textproc/catdoc/Makefile.common

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

Modified files:

Index: pkgsrc/textproc/catdoc/Makefile.common
diff -u pkgsrc/textproc/catdoc/Makefile.common:1.21 pkgsrc/textproc/catdoc/Makefile.common:1.22
--- pkgsrc/textproc/catdoc/Makefile.common:1.21 Wed Aug 16 20:21:14 2017
+++ pkgsrc/textproc/catdoc/Makefile.common      Wed Jul 10 11:12:16 2019
@@ -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 @@ USE_FEATURES=         glob
 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