diff options
author | Marcelo Araujo <araujo@FreeBSD.org> | 2008-02-18 19:59:02 +0000 |
---|---|---|
committer | Marcelo Araujo <araujo@FreeBSD.org> | 2008-02-18 19:59:02 +0000 |
commit | 3e10658da00cdf5cc70e4715fc7b1495121e5ca8 (patch) | |
tree | f311ce6be484eb010f8d9d764ea207a3293702c6 /net-mgmt | |
parent | - Update to 3.2.13 (diff) |
- Fix pkg-plist.
Reported by: pointyhat via erwin
Approved by: maintainer (implicit)
Notes
Notes:
svn path=/head/; revision=207545
Diffstat (limited to 'net-mgmt')
-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 |