diff options
author | rene <rene@FreeBSD.org> | 2013-08-28 05:42:38 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2013-08-28 05:42:38 +0800 |
commit | 090f716599ba0750e20792dbe73c19c5fa81e481 (patch) | |
tree | f70505239a5f9a8db53a00e38758d280bfa2ee72 /net | |
parent | 40416c9b2ee52ceaaf09b5190eab2664a429ec36 (diff) | |
download | freebsd-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>
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 2 |
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 |