summaryrefslogtreecommitdiff
path: root/net/boinc3-coreclient/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/boinc3-coreclient/Makefile')
-rw-r--r--net/boinc3-coreclient/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/net/boinc3-coreclient/Makefile b/net/boinc3-coreclient/Makefile
index 11db86689d2..c132360c6cf 100644
--- a/net/boinc3-coreclient/Makefile
+++ b/net/boinc3-coreclient/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/06/02 13:21:28 joerg Exp $
+# $NetBSD: Makefile,v 1.6 2008/06/20 01:09:29 joerg Exp $
#
#DISTNAME= boinc-3.07
@@ -13,6 +13,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://boinc.berkeley.edu/
COMMENT= Core client for Boinc V3
+PKG_DESTDIR_SUPPORT= user-destdir
+
WRKSRC= ${WRKDIR}/boinc_public
GNU_CONFIGURE= yes
@@ -31,6 +33,6 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/client/boinc_client \
- ${PREFIX}/bin/boinc3_coreclient
+ ${DESTDIR}${PREFIX}/bin/boinc3_coreclient
.include "../../mk/bsd.pkg.mk"