aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mcollective-shell-client
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:42:45 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-12-20 19:42:45 +0000
commit2d1e78c69d7ab87dc0ea6851ec0f88f35d986069 (patch)
treecacc446f444a366cd30a5b0476fbbee03d54eee1 /sysutils/mcollective-shell-client
parentbb1e2d4d90ad7e25dc83a3238e67387bbcc6d15d (diff)
downloadports-2d1e78c69d7ab87dc0ea6851ec0f88f35d986069.tar.gz
ports-2d1e78c69d7ab87dc0ea6851ec0f88f35d986069.zip
Notes
Diffstat (limited to 'sysutils/mcollective-shell-client')
-rw-r--r--sysutils/mcollective-shell-client/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mcollective-shell-client/Makefile b/sysutils/mcollective-shell-client/Makefile
index c795d50957e6..e0c535a25e1c 100644
--- a/sysutils/mcollective-shell-client/Makefile
+++ b/sysutils/mcollective-shell-client/Makefile
@@ -24,12 +24,12 @@ GH_COMMIT= 9fb27d5
PLIST_FILES= share/mcollective/application/shell/watcher.rb \
share/mcollective/application/shell/prefix_stream_buf.rb \
share/mcollective/application/shell.rb
-PLIST_DIRSTRY= share/mcollective/application/shell
+PLIST_DIRS= share/mcollective/application/shell
NO_BUILD= yes
do-install:
- @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRSTRY}
+ @${MKDIR} ${STAGEDIR}${PREFIX}/${PLIST_DIRS}
${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/watcher.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/
${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell/prefix_stream_buf.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/shell/
${INSTALL_DATA} ${WRKSRC}/lib/mcollective/application/shell.rb ${STAGEDIR}${PREFIX}/share/mcollective/application/