aboutsummaryrefslogtreecommitdiff
path: root/www/openacs
diff options
context:
space:
mode:
authorFlorent Thoumie <flz@FreeBSD.org>2008-05-20 12:04:15 +0000
committerFlorent Thoumie <flz@FreeBSD.org>2008-05-20 12:04:15 +0000
commit9b5e91af95cdf2da855b3794fc4468b8e706ddd9 (patch)
treed61a57b45ba8f6ca385dc7ae5012e57a2f79220d /www/openacs
parent24e89edeff0d10ba528473204d1bf867004763b6 (diff)
Notes
Diffstat (limited to 'www/openacs')
-rw-r--r--www/openacs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/openacs/Makefile b/www/openacs/Makefile
index c4de3d3d8db8..2a4287015ce3 100644
--- a/www/openacs/Makefile
+++ b/www/openacs/Makefile
@@ -56,7 +56,7 @@ OPTIONS= TCLTHREAD "Depend on tclthread" on \
# Parse ${PORTSDIR}/UIDs and GIDs for the defaults
USER!= ${GREP} -E '^${OPENACS_USER}:' ${PORTSDIR}/UIDs | \
- ${SED} -Ee 's/^([^:]*):([^:]*):([^:]*):([^:]*):([^:]*):([^:]*):([^:]*)$$/USER="\1" UID="\3" GECOS="\5" HOME="\6" SHELL="\7"/'
+ ${SED} -Ee 's/^([^:]*):([^:]*):([^:]*):([^:]*)::0:0:([^:]*):([^:]*):([^:]*)$$/USER="\1" UID="\3" GECOS="\5" HOME="\6" SHELL="\7"/'
GROUP!= ${GREP} -E '^${OPENACS_GROUP}:' ${PORTSDIR}/GIDs | \
${SED} -Ee 's/^([^:]*):([^:]*):([^:]*):$$/GROUP="\1" GID="\3"/'