diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-11-05 20:02:05 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-11-05 20:02:05 +0800 |
commit | 5750dae0ed6562eee15fe935343f1698111cf11a (patch) | |
tree | 62b7a9e4beb9c1e3b2029b1399eaef747fcf9661 /net-mgmt/p5-Mon | |
parent | 573d3d2a6e5503680eab35ffc9481f75f021fd13 (diff) | |
download | freebsd-ports-gnome-5750dae0ed6562eee15fe935343f1698111cf11a.tar.gz freebsd-ports-gnome-5750dae0ed6562eee15fe935343f1698111cf11a.tar.zst freebsd-ports-gnome-5750dae0ed6562eee15fe935343f1698111cf11a.zip |
Support STAGEDIR.
Diffstat (limited to 'net-mgmt/p5-Mon')
-rw-r--r-- | net-mgmt/p5-Mon/Makefile | 5 | ||||
-rw-r--r-- | net-mgmt/p5-Mon/pkg-plist | 9 |
2 files changed, 6 insertions, 8 deletions
diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile index 679a786dffb8..8bb7d38cd2eb 100644 --- a/net-mgmt/p5-Mon/Makefile +++ b/net-mgmt/p5-Mon/Makefile @@ -14,9 +14,4 @@ COMMENT= A perl module that supports mon, a network and system monitoring daemon USES= perl5 USE_PERL5= configure -MAN3= Mon::SNMP.3 \ - Mon::Client.3 \ - Mon::Protocol.3 - -NO_STAGE= yes .include <bsd.port.mk> diff --git a/net-mgmt/p5-Mon/pkg-plist b/net-mgmt/p5-Mon/pkg-plist index 1e891925646e..56d5fc23c522 100644 --- a/net-mgmt/p5-Mon/pkg-plist +++ b/net-mgmt/p5-Mon/pkg-plist @@ -1,6 +1,9 @@ -%%SITE_PERL%%/Mon/SNMP.pm +%%PERL5_MAN3%%/Mon::Client.3.gz +%%PERL5_MAN3%%/Mon::Protocol.3.gz +%%PERL5_MAN3%%/Mon::SNMP.3.gz %%SITE_PERL%%/Mon/Client.pm %%SITE_PERL%%/Mon/Protocol.pm +%%SITE_PERL%%/Mon/SNMP.pm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon/.packlist -@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon -@dirrm %%SITE_PERL%%/Mon +@dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon +@dirrmtry %%SITE_PERL%%/Mon |