From eae807aff9f6f08da64710148b9d24186845b844 Mon Sep 17 00:00:00 2001 From: jlam Date: Sat, 10 Jan 2004 02:57:35 +0000 Subject: 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/ instead of occasionally putting some directly into /etc." --- print/cups/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print') diff --git a/print/cups/Makefile b/print/cups/Makefile index 1c87ad5fff8..24471380a95 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -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 @@ USE_LIBTOOL= yes 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 -- cgit v1.2.3