diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-26 13:08:24 +0000 |
commit | eee58d187e2c55fca6f53b9e482d33cf5346fe81 (patch) | |
tree | 0d350fe6ad6a2fe3222d838f3c72856c78cd449f /net-mgmt/pandorafms_server | |
parent | 3f1df82a16a1e89db9a69b36ade7342f34095ab4 (diff) |
Notes
Diffstat (limited to 'net-mgmt/pandorafms_server')
-rw-r--r-- | net-mgmt/pandorafms_server/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/pandorafms_server/pkg-plist | 4 |
2 files changed, 2 insertions, 7 deletions
diff --git a/net-mgmt/pandorafms_server/Makefile b/net-mgmt/pandorafms_server/Makefile index 77f82ffb543a..acbb47b9578a 100644 --- a/net-mgmt/pandorafms_server/Makefile +++ b/net-mgmt/pandorafms_server/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pandora_server -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net-mgmt @@ -41,7 +41,7 @@ ORACLE_DESC= Use Oracle backend (experimental) EXTRAS_DESC= Extra dependencies for util scripts USES= perl5 -USE_PERL5+= fixpacklist +USE_PERL5= build run SUB_LIST+= PERL="${PERL}" DATADIR="${DATADIR}" SUB_FILES= pkg-message @@ -96,7 +96,6 @@ post-patch: `${GREP} -rl /usr/bin/perl ${WRKSRC} | ${GREP} -v pandora_server_installer` post-install: - @${RM} -f ${STAGEDIR}${PREFIX}/lib/perl5/${PERL_VER}/${PERL_ARCH}/perllocal.pod @${FIND} ${STAGEDIR}${DATADIR} -type l -name PandoraFMS -delete .for x in pandora_server tentacle_server @cd ${STAGEDIR}${PREFIX}/etc/rc.d && test -f ${x} \ diff --git a/net-mgmt/pandorafms_server/pkg-plist b/net-mgmt/pandorafms_server/pkg-plist index 2230fa5984f9..21043e2b151e 100644 --- a/net-mgmt/pandorafms_server/pkg-plist +++ b/net-mgmt/pandorafms_server/pkg-plist @@ -34,7 +34,6 @@ etc/rc.d/tentacle_server %%SITE_PERL%%/PandoraFMS/Traceroute.pm %%SITE_PERL%%/PandoraFMS/Traceroute/PurePerl.pm %%SITE_PERL%%/PandoraFMS/WMIServer.pm -%%SITE_PERL%%/mach/auto/PandoraFMS/.packlist man/man1/pandora_server.1.gz man/man1/tentacle_server.1.gz %%DATADIR%%/util/alert_multicast.pl @@ -112,9 +111,6 @@ man/man1/tentacle_server.1.gz %%DATADIR%%/util/trap_rate.sh %%DATADIR%%/util/udp_client.pl %%DATADIR%%/util/windows.README -@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/PandoraFMS -@dirrm %%SITE_PERL%%/PandoraFMS/Traceroute -@dirrmtry %%SITE_PERL%%/PandoraFMS @dirrm %%DATADIR%%/util/plugin/babel_plugin @dirrm %%DATADIR%%/util/plugin/integria_plugin @dirrm %%DATADIR%%/util/pandora2ast |