diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 03:13:46 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 03:13:46 +0800 |
commit | 74c65014e7ad21bd35f79109093cfb0d0fee3a18 (patch) | |
tree | 235607f9ef89be1533e6cfbf3e6970d2958a3e8c /astro | |
parent | 41cecb71541c982e49a6c9ae014367f67bc8f17d (diff) | |
download | freebsd-ports-gnome-74c65014e7ad21bd35f79109093cfb0d0fee3a18.tar.gz freebsd-ports-gnome-74c65014e7ad21bd35f79109093cfb0d0fee3a18.tar.zst freebsd-ports-gnome-74c65014e7ad21bd35f79109093cfb0d0fee3a18.zip |
- Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-v7/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-setiathome-v7/Makefile b/astro/boinc-setiathome-v7/Makefile index 2ff193c16c46..eec43af507e1 100644 --- a/astro/boinc-setiathome-v7/Makefile +++ b/astro/boinc-setiathome-v7/Makefile @@ -3,7 +3,7 @@ PORTNAME= boinc-setiathome-v7 PORTVERSION= 7.00 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= astro MASTER_SITES= LOCAL/rene DISTNAME= setiathome-svn-1924 # modified archive, see leftout in top directory @@ -30,7 +30,7 @@ CFLAGS+= -march=${CPUTYPE} # these must match settings in ${PORTSDIR}/net/boinc-client/Makefile BOINC_CLIENT_USER?= boinc -BOINC_CLIENT_GROUP?= nobody +BOINC_CLIENT_GROUP?= boinc BOINC_CLIENT_HOME?= /var/db/boinc OPTIONS_DEFINE= X11 |