aboutsummaryrefslogtreecommitdiff
path: root/net/boinc_curses/Makefile
diff options
context:
space:
mode:
authorRene Ladan <rene@FreeBSD.org>2013-09-24 14:03:13 +0000
committerRene Ladan <rene@FreeBSD.org>2013-09-24 14:03:13 +0000
commit82c58b92a329d2edb6318b7e91dca3e40de4cd8a (patch)
tree592e3b31030d86602bd652c7d6fa759e3095b796 /net/boinc_curses/Makefile
parent53b7f7a177a12864bb154a79d4eb65896a843bbe (diff)
downloadports-82c58b92a329d2edb6318b7e91dca3e40de4cd8a.tar.gz
ports-82c58b92a329d2edb6318b7e91dca3e40de4cd8a.zip
Add staging support
Notes
Notes: svn path=/head/; revision=328137
Diffstat (limited to 'net/boinc_curses/Makefile')
-rw-r--r--net/boinc_curses/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/net/boinc_curses/Makefile b/net/boinc_curses/Makefile
index 8f1495079a36..c2dd150d9ba2 100644
--- a/net/boinc_curses/Makefile
+++ b/net/boinc_curses/Makefile
@@ -17,8 +17,7 @@ MAKE_ENV= BOINCLIBDIR=${LOCALBASE}/lib BOINCINCDIR=${LOCALBASE}/include/boinc
PLIST_FILES= bin/boinc_curses
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
.include <bsd.port.mk>