diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 12:02:05 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-05 12:02:05 +0000 |
commit | 572f6d479761de1afe39b88fb110fe5a075ba1f5 (patch) | |
tree | 62b7a9e4beb9c1e3b2029b1399eaef747fcf9661 /net-mgmt/p5-Nagios-Plugins-Memcached | |
parent | bbac74f3c209cbff366a0cd9fb077259d9d1512b (diff) |
Notes
Diffstat (limited to 'net-mgmt/p5-Nagios-Plugins-Memcached')
-rw-r--r-- | net-mgmt/p5-Nagios-Plugins-Memcached/Makefile | 10 | ||||
-rw-r--r-- | net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist | 9 |
2 files changed, 9 insertions, 10 deletions
diff --git a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile index e25a3c505914..6dfe2ab379e4 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/Makefile @@ -19,16 +19,14 @@ BUILD_DEPENDS+= p5-Nagios-Plugin>=0:${PORTSDIR}/net-mgmt/p5-Nagios-Plugin \ p5-Carp-Clan>=0:${PORTSDIR}/devel/p5-Carp-Clan RUN_DEPENDS+= ${BUILD_DEPENDS} -MAN3= Nagios::Plugins::Memcached.3 PORTDOCS= Changes README -NO_STAGE= yes post-install: - @${MKDIR} ${LOCALBASE}/libexec/nagios - ${INSTALL} ${WRKSRC}/bin/check_memcached ${LOCALBASE}/libexec/nagios/check_memcached + @${MKDIR} ${STAGEDIR}${PREFIX}/libexec/nagios + ${INSTALL} ${WRKSRC}/bin/check_memcached ${STAGEDIR}${PREFIX}/libexec/nagios/check_memcached .if !defined(NOPORTDOCS) - @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}/ + @${MKDIR} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${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 604fabb4cc7b..dbf99741aea4 100644 --- a/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist +++ b/net-mgmt/p5-Nagios-Plugins-Memcached/pkg-plist @@ -1,9 +1,10 @@ -libexec/nagios/check_memcached +%%PERL5_MAN3%%/Nagios::Plugins::Memcached.3.gz %%SITE_PERL%%/Nagios/Plugins/Memcached.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugins/Memcached/.packlist +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/Memcached @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios/Plugins @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Nagios +@dirrmtry %%SITE_PERL%%/Nagios/Plugins +@dirrmtry %%SITE_PERL%%/Nagios |