summaryrefslogtreecommitdiff
path: root/net-mgmt/p5-Mon
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-10-24 12:05:09 +0000
commitc634b4bb839753aec2ae1040e2c80a5282402cb8 (patch)
treed8b3fc97550f860aeb41c57751d2550e9ad6273e /net-mgmt/p5-Mon
parentChange MASTER_SITES to fix fetch (diff)
utilize SITE_PERL
PR: 58166 Submitted by: Cheng-Lung Sung <clsung@dragon2.net>
Notes
Notes: svn path=/head/; revision=92059
Diffstat (limited to 'net-mgmt/p5-Mon')
-rw-r--r--net-mgmt/p5-Mon/Makefile1
-rw-r--r--net-mgmt/p5-Mon/pkg-plist12
2 files changed, 6 insertions, 7 deletions
diff --git a/net-mgmt/p5-Mon/Makefile b/net-mgmt/p5-Mon/Makefile
index 6c894c62f4ee..08fd4f743ca2 100644
--- a/net-mgmt/p5-Mon/Makefile
+++ b/net-mgmt/p5-Mon/Makefile
@@ -18,7 +18,6 @@ COMMENT= A perl module that supports mon, a network and system monitoring daemon
PERL_CONFIGURE= YES
-MANPREFIX= ${PREFIX}/lib/perl5/${PERL_VERSION}
MAN3= Mon::SNMP.3 \
Mon::Client.3 \
Mon::Protocol.3
diff --git a/net-mgmt/p5-Mon/pkg-plist b/net-mgmt/p5-Mon/pkg-plist
index 2ecd0782ab22..1e891925646e 100644
--- a/net-mgmt/p5-Mon/pkg-plist
+++ b/net-mgmt/p5-Mon/pkg-plist
@@ -1,6 +1,6 @@
-lib/perl5/site_perl/%%PERL_VER%%/Mon/SNMP.pm
-lib/perl5/site_perl/%%PERL_VER%%/Mon/Client.pm
-lib/perl5/site_perl/%%PERL_VER%%/Mon/Protocol.pm
-lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon/.packlist
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/%%PERL_ARCH%%/auto/Mon
-@dirrm lib/perl5/site_perl/%%PERL_VER%%/Mon
+%%SITE_PERL%%/Mon/SNMP.pm
+%%SITE_PERL%%/Mon/Client.pm
+%%SITE_PERL%%/Mon/Protocol.pm
+%%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon/.packlist
+@dirrm %%SITE_PERL%%/%%PERL_ARCH%%/auto/Mon
+@dirrm %%SITE_PERL%%/Mon