diff options
-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 |