From e921d908c429c991db0bbba9629ddf5859fdec58 Mon Sep 17 00:00:00 2001 From: minskim Date: Wed, 29 Dec 2004 15:21:50 +0000 Subject: Use VARBASE. --- print/cups/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'print/cups') diff --git a/print/cups/Makefile b/print/cups/Makefile index 23e17286fa3..2c9000f8148 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.84 2004/12/28 23:18:21 reed Exp $ +# $NetBSD: Makefile,v 1.85 2004/12/29 15:31:24 minskim 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: @@ -40,7 +40,7 @@ INSTALL_TARGET= installcups GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} -CONFIGURE_ARGS+= --localstatedir=/var +CONFIGURE_ARGS+= --localstatedir=${VARBASE} CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/html/cups CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups CONFIGURE_ARGS+= --with-rcdir=${RCD_SCRIPTS_DIR} -- cgit v1.2.3