diff options
author | gdt <gdt@pkgsrc.org> | 2008-02-28 00:31:37 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2008-02-28 00:31:37 +0000 |
commit | 45612ef87336bbae6cabd1bce424510be6027cbb (patch) | |
tree | e58f1fc4fe5774c1409b0f40afc8bfc933fd9376 /print | |
parent | 438f574aec201fc066f63fe5ad53d1343f44223d (diff) | |
download | pkgsrc-45612ef87336bbae6cabd1bce424510be6027cbb.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/Makefile | 5 |
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 |