aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrene <rene@FreeBSD.org>2013-08-28 05:42:38 +0800
committerrene <rene@FreeBSD.org>2013-08-28 05:42:38 +0800
commit090f716599ba0750e20792dbe73c19c5fa81e481 (patch)
treef70505239a5f9a8db53a00e38758d280bfa2ee72
parent40416c9b2ee52ceaaf09b5190eab2664a429ec36 (diff)
downloadfreebsd-ports-gnome-090f716599ba0750e20792dbe73c19c5fa81e481.tar.gz
freebsd-ports-gnome-090f716599ba0750e20792dbe73c19c5fa81e481.tar.zst
freebsd-ports-gnome-090f716599ba0750e20792dbe73c19c5fa81e481.zip
Catch another install target which used LOCALBASE instead of PREFIX
PR: ports/176724 (part) Submitted by: Andrey Simonenko <simon@comsys.ntu-kpi.kiev.ua>
-rw-r--r--net/boinc-client/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile
index d68109fbea3d..5a7512055c14 100644
--- a/net/boinc-client/Makefile
+++ b/net/boinc-client/Makefile
@@ -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