diff options
author | joerg <joerg@pkgsrc.org> | 2007-03-19 14:46:35 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-03-19 14:46:35 +0000 |
commit | 4ff2db37b7f22d0718fd9682571a4c4a6ef667dc (patch) | |
tree | 8191898e85ab3fab7bed4e4037fe699352869d31 /print/cups | |
parent | 1e84f8518c8a32dbedbb72822ce55131160f1c1f (diff) | |
download | pkgsrc-4ff2db37b7f22d0718fd9682571a4c4a6ef667dc.tar.gz |
Pass down correct locale dir to configure.
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile index 4634b233d2a..005817f1d7d 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.117 2007/03/18 13:17:53 markd Exp $ +# $NetBSD: Makefile,v 1.118 2007/03/19 14:46:35 joerg 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: @@ -38,6 +38,7 @@ INSTALL_TARGET= installcups AUTOCONF_REQD= 2.60 GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --with-localedir=${PREFIX}/${PKGLOCALEDIR} CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR:Q} CONFIGURE_ARGS+= --localstatedir=${VARBASE:Q} CONFIGURE_ARGS+= --with-cachedir=${VARBASE:Q}/cache/cups |