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
commite921d908c429c991db0bbba9629ddf5859fdec58 (patch)
tree8f0c8797ff5b0f302470e4075476086e60d3d743 /print/cups
parent58584453e354b34fdeaea645e738a8286c864577 (diff)
downloadpkgsrc-e921d908c429c991db0bbba9629ddf5859fdec58.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}