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.14 | |
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.14')
-rw-r--r-- | lang/perl5.14/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.14/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/perl5.14/Makefile b/lang/perl5.14/Makefile index 58efb2d4a936..d6a8b06a12ec 100644 --- a/lang/perl5.14/Makefile +++ b/lang/perl5.14/Makefile @@ -3,7 +3,7 @@ PORTNAME= perl PORTVERSION= ${PERL_VERSION} -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= lang devel perl5 MASTER_SITES= CPAN \ ${MASTER_SITE_LOCAL:S/$/:local/} \ diff --git a/lang/perl5.14/pkg-plist b/lang/perl5.14/pkg-plist index 474812c14ce2..4e515be24f5d 100644 --- a/lang/perl5.14/pkg-plist +++ b/lang/perl5.14/pkg-plist @@ -3331,6 +3331,8 @@ man/man1/xsubpp.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 @@ -3340,6 +3342,8 @@ man/man1/xsubpp.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 |