summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorminskim <minskim>2004-12-29 15:21:50 +0000
committerminskim <minskim>2004-12-29 15:21:50 +0000
commit1e5ae58222c3930815141856ad24d48fd545b56f (patch)
tree8f0c8797ff5b0f302470e4075476086e60d3d743 /print/cups
parentaa7bd3aa0866b2c7f9417642cd39b702af28facd (diff)
downloadpkgsrc-1e5ae58222c3930815141856ad24d48fd545b56f.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}