Tue Jun 13 14:59:48 2017 UTC ()
Look for cups socket in correct place.

>From Edgar Fuß in PR 52296.

Bump PKGREVISION.


(wiz)
diff -r1.71 -r1.72 pkgsrc/print/cups-filters/Makefile

cvs diff -r1.71 -r1.72 pkgsrc/print/cups-filters/Makefile (expand / switch to context diff)
--- pkgsrc/print/cups-filters/Makefile 2017/05/21 09:44:06 1.71
+++ pkgsrc/print/cups-filters/Makefile 2017/06/13 14:59:48 1.72
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.71 2017/05/21 09:44:06 leot Exp $
+# $NetBSD: Makefile,v 1.72 2017/06/13 14:59:48 wiz Exp $
 
 DISTNAME=	cups-filters-1.14.0
+PKGREVISION=	1
 CATEGORIES=	print
 MASTER_SITES=	http://openprinting.org/download/cups-filters/
 EXTRACT_SUFX=	.tar.xz
@@ -35,6 +36,9 @@
 .if ${OPSYS} == "Darwin"
 CFLAGS+=	-framework IOKit
 .endif
+
+BUILD_DEFS+=		VARBASE
+CONFIGURE_ARGS+=	--localstatedir=${VARBASE}
 
 .if ${INIT_SYSTEM} == "rc.d"
 CONFIGURE_ARGS+=	--with-rcdir=${PREFIX}/share/examples/rc.d