diff options
-rw-r--r-- | net-mgmt/p5-Nagios-Plugins-Memcached/Makefile | 2 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile index 4352dfac79fd..bf4621fac783 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile @@ -30,7 +30,7 @@ post-install: ${INSTALL} ${WRKSRC}/bin/check_memcached ${LOCALBASE}/libexec/nagios/check_memcached .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR} + @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/ @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}." .endif diff --git a/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist b/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist index bfc01a336df4..f98ef4065e42 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist @@ -4,6 +4,7 @@ libexec/nagios/check_memcached @dirrmtry libexec/nagios @dirrmtry %%SITE_PERL%%/Nagios/Plugins @dirrmtry %%SITE_PERL%%/Nagios +@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugins/Memcached @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugins @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto |