diff options
author | mat <mat@FreeBSD.org> | 2013-12-01 01:28:44 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2013-12-01 01:28:44 +0800 |
commit | 16ce25ee502f20249a984e49b7ca19e0f816d87e (patch) | |
tree | 934a1c18f864a958ffdc5e123524c26493f36035 /lang/perl5.16/pkg-plist | |
parent | 433418f2bbce278386b13e847561086358d4a2c6 (diff) | |
download | freebsd-ports-gnome-16ce25ee502f20249a984e49b7ca19e0f816d87e.tar.gz freebsd-ports-gnome-16ce25ee502f20249a984e49b7ca19e0f816d87e.tar.zst freebsd-ports-gnome-16ce25ee502f20249a984e49b7ca19e0f816d87e.zip |
Take care of whatis database.
- remove on deinstall
- create on install
PR: ports/184164
Submitted by: Tatsuki Makino
Diffstat (limited to 'lang/perl5.16/pkg-plist')
-rw-r--r-- | lang/perl5.16/pkg-plist | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/perl5.16/pkg-plist b/lang/perl5.16/pkg-plist index 1faeb3e3459e..666fcc7328ba 100644 --- a/lang/perl5.16/pkg-plist +++ b/lang/perl5.16/pkg-plist @@ -3234,6 +3234,8 @@ man/man1/zipdetails.1.gz @dirrm lib/perl5/%%PERL_VER%%/App @dirrm lib/perl5/%%PERL_VER%%/pod @dirrm lib/perl5/%%PERL_VER%%/perl/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl/man @dirrm lib/perl5/%%PERL_VER%%/perl @dirrm lib/perl5/%%PERL_VER%%/overload @@ -3243,6 +3245,8 @@ man/man1/zipdetails.1.gz @dirrm lib/perl5/%%PERL_VER%%/autodie/exception @dirrm lib/perl5/%%PERL_VER%%/autodie @dirrmtry lib/perl5/%%PERL_VER%%/man/man3 +@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/man/whatis +@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%%/man @dirrmtry lib/perl5/%%PERL_VER%% @dirrmtry %%SITE_PERL%%/%%PERL_ARCH%%/sys |