diff options
author | gordon <gordon@FreeBSD.org> | 2010-11-05 13:42:35 +0800 |
---|---|---|
committer | gordon <gordon@FreeBSD.org> | 2010-11-05 13:42:35 +0800 |
commit | 79bc70053a637d371f6aa5ff4d8a4649aefd53a0 (patch) | |
tree | b27dc78e08ff5c38339073d371845a803048c77f /lang/perl5.14 | |
parent | d6c25de71f5f6876acc00946da632b4ccaec3955 (diff) | |
download | freebsd-ports-gnome-79bc70053a637d371f6aa5ff4d8a4649aefd53a0.tar.gz freebsd-ports-gnome-79bc70053a637d371f6aa5ff4d8a4649aefd53a0.tar.zst freebsd-ports-gnome-79bc70053a637d371f6aa5ff4d8a4649aefd53a0.zip |
Add patch to install a configuration file for the new man utility
instead of manipulating /etc/manpath.config.
Follow up commit since I missed adding the config file.
Approved by: maintainer (timeout), wes@ (mentor, implicit)
Pointyhat to: gordon@
Diffstat (limited to 'lang/perl5.14')
-rw-r--r-- | lang/perl5.14/files/perl-man.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lang/perl5.14/files/perl-man.conf b/lang/perl5.14/files/perl-man.conf new file mode 100644 index 000000000000..95187b5b3c55 --- /dev/null +++ b/lang/perl5.14/files/perl-man.conf @@ -0,0 +1,2 @@ +MANPATH %%PREFIX%%/lib/perl5/%%PERL_VERSION%%/man +MANPATH %%PREFIX%%/lib/perl5/%%PERL_VERSION%%/perl/man |