aboutsummaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-23 22:16:07 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-23 22:16:07 +0000
commitbf62f427550ec28f95d9acfd7dcfb7e4fa221446 (patch)
tree8d45963a1a3ba4eb0ebf2d0848b56d47e53e9208 /print/cups
parent6a6c005c723f347d302173498e063465d3269b88 (diff)
Notes
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile2
-rw-r--r--print/cups/Makefile.common8
2 files changed, 6 insertions, 4 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 502e1ae40381..60442ada7c44 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -9,7 +9,7 @@
PORTNAME= cups
PORTVERSION= ${CUPS_PORTVER}
-PORTREVISION= 1
+PORTREVISION= 2
PORTEPOCH= ${CUPS_PORTEPOCH}
CATEGORIES= print
MASTER_SITES= # empty
diff --git a/print/cups/Makefile.common b/print/cups/Makefile.common
index 1bccb425fcc1..420de4bb0631 100644
--- a/print/cups/Makefile.common
+++ b/print/cups/Makefile.common
@@ -14,12 +14,14 @@ CUPS_REVISION= 0
CUPS_PORTVER= ${CUPS_VERSION}.${CUPS_REVISION}
CUPS_PORTEPOCH= 0
CUPS_FILESDIR= ${.CURDIR}/../../print/cups/files
+CUPS_ETCDIR= ${PREFIX}/etc/cups
+CUPS_RCDIR= ${PREFIX}/etc/rc.d
CUPS_DOCSDIR= ${PREFIX}/share/doc/cups
CUPS_SPOOLDIR= /var/spool/cups
# file, dir ownership
-CUPSGRP= wheel
-CUPSOWN= daemon
+CUPSGRP= daemon
+CUPSOWN= root
######################################################################
# The rest of the file is for components (cups-base, cups-lpr) only.
@@ -54,7 +56,7 @@ CONFIGURE_ARGS+= --localstatedir=/var \
--with-cups-user=${CUPSOWN} \
--with-cups-group=${CUPSGRP} \
--with-docdir=${CUPS_DOCSDIR} \
- --with-rcdir=${PREFIX}/etc/rc.d
+ --with-rcdir=${CUPS_RCDIR}
CONFIGURE_ARGS+= CPPFLAGS="-I${PREFIX}/include"
CONFIGURE_ARGS+= CFLAGS="${CFLAGS} -I.. -I${PREFIX}/include"