diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 03:13:40 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-09-23 03:13:40 +0800 |
commit | 41cecb71541c982e49a6c9ae014367f67bc8f17d (patch) | |
tree | 865ffa4996189a43eb523b27f7a0f81c7e6c3997 /astro | |
parent | 20bd78e93be9bccd6ebf22467cc3d34f133a1aac (diff) | |
download | freebsd-ports-gnome-41cecb71541c982e49a6c9ae014367f67bc8f17d.tar.gz freebsd-ports-gnome-41cecb71541c982e49a6c9ae014367f67bc8f17d.tar.zst freebsd-ports-gnome-41cecb71541c982e49a6c9ae014367f67bc8f17d.zip |
- Sync BOINC_CLIENT_GROUP to boinc-client, fix stage-qa
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-astropulse/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/astro/boinc-astropulse/Makefile b/astro/boinc-astropulse/Makefile index 470a8e675ce7..769ea86204e6 100644 --- a/astro/boinc-astropulse/Makefile +++ b/astro/boinc-astropulse/Makefile @@ -3,7 +3,7 @@ PORTNAME= boinc-astropulse PORTVERSION= 6.01 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= astro MASTER_SITES= LOCAL/rene DISTNAME= astropulse-svn-1702 # modified archive, see leftout in top directory @@ -28,7 +28,7 @@ LIBS+= -L${LOCALBASE}/lib # 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 |