1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

ports/75117: update port: net/boinc-client - Makefile/plist correction

for when package is used

	Correction to the Makefile and pkg-plist to ensure proper
	creation and removal of the ${PREFIX}/boinc/projects directory
	when port is installed from a pre-compiled package.

PR:		ports/75117
Submitted by:	"J.R. Oldroyd" <fbsd@opal.com>
This commit is contained in:
Edwin Groothuis 2004-12-15 22:51:43 +00:00
parent ee51661154
commit 5d3bc918ee
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=124165
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= boinc-client
PORTVERSION= 4.13
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= http://boinc.berkeley.edu/source/nightly/
DISTNAME= boinc_public-cvs-2004-10-14
@ -62,7 +62,7 @@ post-build:
-e "s:%%BOINC_GROUP%%:${BOINC_GROUP}:g" \
< ${FILESDIR}/boinc-client.1 > ${WRKDIR}/boinc-client.1; \
${SED} -e "s:%%BOINC_BINARY%%:$$BBIN:g" \
-e "s:%%BOINC_DATADIR%%:${PREFIX}/boinc:g" \
-e "s:%%BOINC_DATADIR%%:${BOINC_DATADIR}:g" \
-e "s:%%BOINC_HOME%%:${BOINC_HOME}:g" \
-e "s:%%BOINC_USER%%:${BOINC_USER}:g" \
-e "s:%%BOINC_GROUP%%:${BOINC_GROUP}:g" \

View File

@ -1,3 +1,4 @@
@exec mkdir -p %D/boinc/projects
bin/boinc-client
boinc/client/%%BOINC_BINARY%%
etc/rc.d/boinc.sh