svn commit: r328137 - head/net/boinc_curses

Rene Ladan rene at FreeBSD.org
Tue Sep 24 14:03:14 UTC 2013


Author: rene
Date: Tue Sep 24 14:03:13 2013
New Revision: 328137
URL: http://svnweb.freebsd.org/changeset/ports/328137

Log:
  Add staging support

Modified:
  head/net/boinc_curses/Makefile

Modified: head/net/boinc_curses/Makefile
==============================================================================
--- head/net/boinc_curses/Makefile	Tue Sep 24 14:01:22 2013	(r328136)
+++ head/net/boinc_curses/Makefile	Tue Sep 24 14:03:13 2013	(r328137)
@@ -17,8 +17,7 @@ MAKE_ENV=	BOINCLIBDIR=${LOCALBASE}/lib B
 
 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>


More information about the svn-ports-all mailing list