diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:42:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-12-20 19:42:45 +0000 |
commit | 2d1e78c69d7ab87dc0ea6851ec0f88f35d986069 (patch) | |
tree | cacc446f444a366cd30a5b0476fbbee03d54eee1 /sysutils/mcollective-nrpe-agent | |
parent | bb1e2d4d90ad7e25dc83a3238e67387bbcc6d15d (diff) |
Notes
Diffstat (limited to 'sysutils/mcollective-nrpe-agent')
-rw-r--r-- | sysutils/mcollective-nrpe-agent/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/mcollective-nrpe-agent/Makefile b/sysutils/mcollective-nrpe-agent/Makefile index c98ccc859080..0491f8f08793 100644 --- a/sysutils/mcollective-nrpe-agent/Makefile +++ b/sysutils/mcollective-nrpe-agent/Makefile @@ -21,7 +21,7 @@ PLIST_FILES= share/mcollective/agent/nrpe.ddl \ share/mcollective/data/nrpe_data.ddl \ share/mcollective/data/nrpe_data.rb \ sbin/check-mc-nrpe -PLIST_DIRSTRY= share/mcollective/agent \ +PLIST_DIRS= share/mcollective/agent \ share/mcollective/aggregate \ share/mcollective/application \ share/mcollective/data @@ -30,7 +30,7 @@ NO_BUILD= yes do-install: -.for dir in ${PLIST_DIRSTRY} +.for dir in ${PLIST_DIRS} ${MKDIR} ${STAGEDIR}${PREFIX}/${dir} .endfor |