diff options
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r-- | sysutils/gkrellm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile index 4bd8f8ebc066..f8a631f5c025 100644 --- a/sysutils/gkrellm/Makefile +++ b/sysutils/gkrellm/Makefile @@ -46,7 +46,9 @@ BINMODE= 2111 post-patch: @${MV} ${WRKSRC}/gkrellm.h ${WRKSRC}/gkrellm.h.orig - @${SED} -e "s^/usr/share/^${PREFIX}/share/^" \ + @${SED} \ + -e "s^/usr/share/gkrellm/themes^${PREFIX}/share/gkrellm/themes^" \ + -e "s^/usr/share/gkrellm/plugins^${PREFIX}/libexec/gkrellm/plugins^" \ ${WRKSRC}/gkrellm.h.orig > ${WRKSRC}/gkrellm.h do-install: |