summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorjlam <jlam>2004-01-10 02:57:35 +0000
committerjlam <jlam>2004-01-10 02:57:35 +0000
commiteae807aff9f6f08da64710148b9d24186845b844 (patch)
treee0701d16eed9e0c74a42846462793adb973d4a83 /print
parent449a2286cd5e790fc8d757819aa67e91e81df8c0 (diff)
downloadpkgsrc-eae807aff9f6f08da64710148b9d24186845b844.tar.gz
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 (limited to 'print')
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
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