aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2010-06-14 03:53:32 +0800
committerrene <rene@FreeBSD.org>2010-06-14 03:53:32 +0800
commitbe5e36e90fbc6a2e5d9536c8324b1f7a07c4debb (patch)
tree059677f66d6f7fc3484fae9ea91b9dfbc17c7bfe /www
parent3ef3f912cc30014d1143a4ca81fe2956f3b7da10 (diff)
downloadfreebsd-ports-gnome-be5e36e90fbc6a2e5d9536c8324b1f7a07c4debb.tar.gz
freebsd-ports-gnome-be5e36e90fbc6a2e5d9536c8324b1f7a07c4debb.tar.zst
freebsd-ports-gnome-be5e36e90fbc6a2e5d9536c8324b1f7a07c4debb.zip
Make the script runnable again by correctly passing UID_MIN and GID_MIN during
build. Bump PORTREVISION PR: ports/147779 Submitted by: Serg [mail_of_sergey mail.ru] Approved by: maintainer, tabthorpe (mentor) Feature safe: yes
Diffstat (limited to 'www')
-rw-r--r--www/sbox-dtc/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/www/sbox-dtc/Makefile b/www/sbox-dtc/Makefile
index e93e7d7d548f..608914c2349d 100644
--- a/www/sbox-dtc/Makefile
+++ b/www/sbox-dtc/Makefile
@@ -7,6 +7,7 @@
PORTNAME= sbox
PORTVERSION= 1.10
+PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://files.bsdroot.lv/FreeBSD/distfiles/
@@ -20,8 +21,8 @@ SBOX_LOGFILE?= /var/log/sbox.log
CFLAGS+= -DWEB_USER='\"${WWWOWN}\"' \
-DWEB_GROUP='\"${WWWGRP}\"' \
- -DUID_MIN='\"${SBOX_UIDMIN}\"' \
- -DGID_MIN='\"${SBOX_GIDMIN}\"' \
+ -DUID_MIN=${SBOX_UIDMIN} \
+ -DGID_MIN=${SBOX_GIDMIN} \
-DSAFE_PATH='\"${SBOX_SAFEPATH}\"' \
-DLOG_FILE='\"${SBOX_LOGFILE}\"'