diff options
author | jlam <jlam> | 2004-01-10 02:57:35 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-10 02:57:35 +0000 |
commit | b39a0f49e2cd455c12b9fb1495588993b70ac97f (patch) | |
tree | e0701d16eed9e0c74a42846462793adb973d4a83 /print | |
parent | 320d5761a07d940650904e0ee13b4f89051dceec (diff) | |
download | pkgsrc-b39a0f49e2cd455c12b9fb1495588993b70ac97f.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/Makefile | 4 |
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 |