summaryrefslogtreecommitdiff
path: root/sysutils/gkrellm
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-04-18 18:33:57 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-04-18 18:33:57 +0000
commit4a46290debec1c47eb5edd67a4cafaf2018b9dd8 (patch)
treef36c0602a66d21695b3b5b93271d722afdc3cbd8 /sysutils/gkrellm
parentbackout previous change (diff)
Plugins should be installed into libexec.
Notes
Notes: svn path=/head/; revision=27730
Diffstat (limited to 'sysutils/gkrellm')
-rw-r--r--sysutils/gkrellm/Makefile4
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: