aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gkrellm/Makefile
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-06-27 00:21:19 +0800
committerume <ume@FreeBSD.org>2000-06-27 00:21:19 +0800
commitb54dc01023fe29f751e97d4b0a4c1032d03a3f23 (patch)
tree47b75d942e15f140719e2a7664af93c7a78b8238 /sysutils/gkrellm/Makefile
parent12b1534ca2a02d71472ac132af92d432022297e1 (diff)
downloadfreebsd-ports-gnome-b54dc01023fe29f751e97d4b0a4c1032d03a3f23.tar.gz
freebsd-ports-gnome-b54dc01023fe29f751e97d4b0a4c1032d03a3f23.tar.zst
freebsd-ports-gnome-b54dc01023fe29f751e97d4b0a4c1032d03a3f23.zip
Make directories for plugins and themes at GKrellM's install.
Diffstat (limited to 'sysutils/gkrellm/Makefile')
-rw-r--r--sysutils/gkrellm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysutils/gkrellm/Makefile b/sysutils/gkrellm/Makefile
index 5ff071531193..16e4c6066b64 100644
--- a/sysutils/gkrellm/Makefile
+++ b/sysutils/gkrellm/Makefile
@@ -59,6 +59,8 @@ do-install:
.for file in ${INCLUDES}
${INSTALL_DATA} ${WRKSRC}/src/${file} ${PREFIX}/include/gkrellm
.endfor
+ @${MKDIR} ${PREFIX}/libexec/gkrellm/plugins
+ @${MKDIR} ${PREFIX}/share/gkrellm/themes
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/gkrellm
.for file in ${DOCS}