summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorgdt <gdt>2008-02-28 00:31:37 +0000
committergdt <gdt>2008-02-28 00:31:37 +0000
commit3f333ef0313f4c799f1ed630974de875d086f5ae (patch)
treee58f1fc4fe5774c1409b0f40afc8bfc933fd9376 /print
parentda822e5681f6fcb553368713196fdd68cc1dfbe9 (diff)
downloadpkgsrc-3f333ef0313f4c799f1ed630974de875d086f5ae.tar.gz
Use --localedir instead of --with-localedir, following configure's
--help. From Rumko on pkgsrc-users@.
Diffstat (limited to 'print')
-rw-r--r--print/cups/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index bcbc28c370b..a03156eb0e4 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -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 @@ PKGNAME= cups-${VERS}
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 @@ INSTALL_TARGET= installcups
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