pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups From the log for rev. 1.1260 of bsd.pkg.mk:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53ff0f614b2b
branches:  trunk
changeset: 465997:53ff0f614b2b
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Sat Jan 10 02:57:35 2004 +0000

description:
>From the log for rev. 1.1260 of bsd.pkg.mk:

"Package Makefiles should refer to PKG_SYSCONFBASEDIR instead of
 PKG_SYSCONFBASE when they want PKG_SYSCONFDIR stripped of
 PKG_SYSCONFSUBDIR.  This makes PKG_SYSCONFBASE=/etc work with pkgviews by
 installing all config files into /etc/packages/<pkg> instead of
 occasionally putting some directly into /etc."

diffstat:

 print/cups/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 23a2ffb35ee8 -r 53ff0f614b2b print/cups/Makefile
--- a/print/cups/Makefile       Sat Jan 10 02:16:39 2004 +0000
+++ b/print/cups/Makefile       Sat Jan 10 02:57:35 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.68 2004/01/06 07:09:25 jlam Exp $
+# $NetBSD: Makefile,v 1.69 2004/01/10 02:57:35 jlam Exp $
 #
 # The CUPS author is very good about taking back changes into the main
 # CUPS distribution.  The correct place to send patches or bug-fixes is:
@@ -39,7 +39,7 @@
 LIBTOOL_FLAGS+=                --preserve-dup-deps
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASE}
+CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR}
 CONFIGURE_ARGS+=       --localstatedir=/var
 CONFIGURE_ARGS+=       --with-docdir=${PREFIX}/share/doc/html/cups
 CONFIGURE_ARGS+=       --with-serverbindir=${PREFIX}/libexec/cups



Home | Main Index | Thread Index | Old Index