pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/print/cups Use --localedir instead of --with-localedir...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/14cd346455bc
branches:  trunk
changeset: 539114:14cd346455bc
user:      gdt <gdt%pkgsrc.org@localhost>
date:      Thu Feb 28 00:31:37 2008 +0000

description:
Use --localedir instead of --with-localedir, following configure's
--help.  From Rumko on pkgsrc-users@.

diffstat:

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

diffs (26 lines):

diff -r 00128a3a2bcc -r 14cd346455bc print/cups/Makefile
--- a/print/cups/Makefile       Wed Feb 27 23:50:29 2008 +0000
+++ b/print/cups/Makefile       Thu Feb 28 00:31:37 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.131 2008/01/22 23:58:13 markd Exp $
+# $NetBSD: Makefile,v 1.132 2008/02/28 00:31:37 gdt 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:
@@ -9,6 +9,7 @@
 BASE_VERS=     1.3.5
 DIST_VERS=     ${BASE_VERS}
 VERS=          ${DIST_VERS:S/-/./g}
+PKGREVISION=   1
 CATEGORIES=    print
 MASTER_SITES=  http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
                ftp://ftp2.easysw.com/pub/cups/${BASE_VERS}/ \
@@ -40,7 +41,7 @@
 AUTOCONF_REQD=         2.60
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --with-cachedir=${VARBASE:Q}/cache/cups



Home | Main Index | Thread Index | Old Index