Make directories for plugins and themes at GKrellM's install.
This commit is contained in:
parent
25b02bfce6
commit
ffda9510ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=29888
@ -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}
|
||||
|
@ -2,6 +2,12 @@ bin/gkrellm
|
||||
include/gkrellm/gkrellm.h
|
||||
include/gkrellm/gkrellm_public_proto.h
|
||||
include/gkrellm/gkrellm_private_proto.h
|
||||
@exec mkdir -p %D/libexec/gkrellm/plugins
|
||||
@dirrm libexec/gkrellm/plugins
|
||||
@dirrm libexec/gkrellm
|
||||
@exec mkdir -p %D/share/gkrellm/themes
|
||||
@dirrm share/gkrellm/themes
|
||||
@dirrm share/gkrellm
|
||||
share/doc/gkrellm/COPYRIGHT
|
||||
share/doc/gkrellm/README
|
||||
share/doc/gkrellm/Themes.html
|
||||
|
@ -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}
|
||||
|
@ -2,6 +2,12 @@ bin/gkrellm
|
||||
include/gkrellm/gkrellm.h
|
||||
include/gkrellm/gkrellm_public_proto.h
|
||||
include/gkrellm/gkrellm_private_proto.h
|
||||
@exec mkdir -p %D/libexec/gkrellm/plugins
|
||||
@dirrm libexec/gkrellm/plugins
|
||||
@dirrm libexec/gkrellm
|
||||
@exec mkdir -p %D/share/gkrellm/themes
|
||||
@dirrm share/gkrellm/themes
|
||||
@dirrm share/gkrellm
|
||||
share/doc/gkrellm/COPYRIGHT
|
||||
share/doc/gkrellm/README
|
||||
share/doc/gkrellm/Themes.html
|
||||
|
Loading…
Reference in New Issue
Block a user