svn commit: r325490 - head/net/boinc-client
Rene Ladan
rene at FreeBSD.org
Tue Aug 27 21:42:39 UTC 2013
Author: rene
Date: Tue Aug 27 21:42:38 2013
New Revision: 325490
URL: http://svnweb.freebsd.org/changeset/ports/325490
Log:
Catch another install target which used LOCALBASE instead of PREFIX
PR: ports/176724 (part)
Submitted by: Andrey Simonenko <simon at comsys.ntu-kpi.kiev.ua>
Modified:
head/net/boinc-client/Makefile
Modified: head/net/boinc-client/Makefile
==============================================================================
--- head/net/boinc-client/Makefile Tue Aug 27 21:37:47 2013 (r325489)
+++ head/net/boinc-client/Makefile Tue Aug 27 21:42:38 2013 (r325490)
@@ -155,7 +155,7 @@ post-install:
${MKDIR} ${PREFIX}/share/pixmaps
. for name in 16 32 48
${INSTALL_DATA} ${WRKSRC}/clientgui/res/boincmgr.${name}x${name}.png \
- ${LOCALBASE}/share/pixmaps
+ ${PREFIX}/share/pixmaps
. endfor
. if ${PORT_OPTIONS:MSKINS}
${CP} -R ${WRKSRC}/clientgui/skins ${PREFIX}/share/boinc
More information about the svn-ports-head
mailing list