diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-30 17:28:44 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2013-11-30 17:28:44 +0000 |
commit | 9651e58559427e8c66af47fe8e800cd7a3f6430b (patch) | |
tree | 934a1c18f864a958ffdc5e123524c26493f36035 /lang/perl5.16 | |
parent | 71c9676bb633244891b32c59b73ba040578ed30c (diff) | |
download | ports-9651e58559427e8c66af47fe8e800cd7a3f6430b.tar.gz ports-9651e58559427e8c66af47fe8e800cd7a3f6430b.zip |
Notes
Diffstat (limited to 'lang/perl5.16')
-rw-r--r-- | lang/perl5.16/Makefile | 2 | ||||
-rw-r--r-- | lang/perl5.16/pkg-plist | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lang/perl5.16/Makefile b/lang/perl5.16/Makefile index 5a1a8c62020b..1c4540060a7a 100644 --- a/lang/perl5.16/Makefile +++ b/lang/perl5.16/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.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 |