summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-12-29 15:21:50 +0000
committerminskim <minskim@pkgsrc.org>2004-12-29 15:21:50 +0000
commite07031c753f6cd21fd1da774f6ac78ae36b89980 (patch)
tree8f0c8797ff5b0f302470e4075476086e60d3d743 /print/cups
parentd660ae7b3ff37ba7b4bde28a13f040207096ff96 (diff)
downloadpkgsrc-e07031c753f6cd21fd1da774f6ac78ae36b89980.tar.gz
Use VARBASE.
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile4
1 files changed, 2 insertions, 2 deletions
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}