diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-14 12:19:48 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-09-14 12:19:48 +0000 |
commit | afae652a2a20e0b0caa335e766dff03094773e1f (patch) | |
tree | b5c267ca5490c7e06b5fe235a5d442d93eac880d /net-mgmt/p5-Net-SNMP | |
parent | 5a735b9d085e581f8b876095c25db79a9bc533dd (diff) | |
download | ports-afae652a2a20e0b0caa335e766dff03094773e1f.tar.gz ports-afae652a2a20e0b0caa335e766dff03094773e1f.zip |
Make it so that the default Perl is always called perl5.
- Move Perl's man1 files along with its man3 files.
- Move where Perl installs its modules man1 pages.
- Convert the ports installing man1 pages.
- Make different Perl versions installable at the same time.
Though you should note that only the default version can be used to
install Perl modules, and the non default Perl versions cannot use the
modules installed via ports if they contain .so as they are installed
in a version specific directory.
Reviewed by: bapt (the Mk bits)
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3542
Notes
Notes:
svn path=/head/; revision=396892
Diffstat (limited to 'net-mgmt/p5-Net-SNMP')
-rw-r--r-- | net-mgmt/p5-Net-SNMP/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/p5-Net-SNMP/pkg-plist b/net-mgmt/p5-Net-SNMP/pkg-plist index 6c84f50d8c7c..2a00fcacb495 100644 --- a/net-mgmt/p5-Net-SNMP/pkg-plist +++ b/net-mgmt/p5-Net-SNMP/pkg-plist @@ -15,4 +15,4 @@ bin/snmpkey %%SITE_PERL%%/Net/SNMP/Transport/IPv6/TCP.pm %%SITE_PERL%%/Net/SNMP/Transport/IPv6/UDP.pm %%PERL5_MAN3%%/Net::SNMP.3.gz -man/man1/snmpkey.1.gz +%%PERL5_MAN1%%/snmpkey.1.gz |