Ensure makewhatis is run in post install script phase

hile here make sure to remove the whatis db on head
This commit is contained in:
Baptiste Daroussin 2016-05-24 23:01:14 +00:00
parent 50fc8c00fe
commit 2f0b2f9389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=415817
5 changed files with 20 additions and 10 deletions

View file

@ -2367,7 +2367,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
@dir %%SITE_ARCH%%/auto
@dir %%SITE_PERL%%/man/man1
@dir %%SITE_PERL%%/man/man3
@exec makewhatis %D/%%SITEMANPREFIX%%/man
@exec makewhatis %D/%%PERLMANPREFIX%%/man
@postexec makewhatis %D/%%SITEMANPREFIX%%/man
@postexec makewhatis %D/%%PERLMANPREFIX%%/man
@rmtry %%PERLMANPREFIX%%/man/whatis
@rmtry %%PERLMANPREFIX%%/man/mandoc.db
@rmtry %%SITEMANPREFIX%%/man/whatis
@rmtry %%SITEMANPREFIX%%/man/mandoc.db

View file

@ -2881,7 +2881,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
@dir %%SITE_PERL%%/man/man3
@dir %%SITE_PERL%%/auto
@dir %%SITE_ARCH%%/auto
@exec makewhatis %D/%%SITEMANPREFIX%%/man
@exec makewhatis %D/%%PERLMANPREFIX%%/man
@postexec makewhatis %D/%%SITEMANPREFIX%%/man
@postexec makewhatis %D/%%PERLMANPREFIX%%/man
@rmtry %%PERLMANPREFIX%%/man/whatis
@rmtry %%PERLMANPREFIX%%/man/mandoc.db
@rmtry %%SITEMANPREFIX%%/man/whatis
@rmtry %%SITEMANPREFIX%%/man/mandoc.db

View file

@ -2258,7 +2258,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
@dir %%SITE_PERL%%/man/man3
@dir %%SITE_PERL%%/auto
@dir %%SITE_ARCH%%/auto
@exec makewhatis %D/%%SITEMANPREFIX%%/man
@exec makewhatis %D/%%PERLMANPREFIX%%/man
@postexec makewhatis %D/%%SITEMANPREFIX%%/man
@postexec makewhatis %D/%%PERLMANPREFIX%%/man
@rmtry %%PERLMANPREFIX%%/man/whatis
@rmtry %%PERLMANPREFIX%%/man/mandoc.db
@rmtry %%SITEMANPREFIX%%/man/whatis
@rmtry %%SITEMANPREFIX%%/man/mandoc.db

View file

@ -2245,7 +2245,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
@dir %%SITE_ARCH%%/auto
@dir %%SITE_PERL%%/man/man1
@dir %%SITE_PERL%%/man/man3
@exec makewhatis %D/%%SITEMANPREFIX%%/man
@exec makewhatis %D/%%PERLMANPREFIX%%/man
@postexec makewhatis %D/%%SITEMANPREFIX%%/man
@postexec makewhatis %D/%%PERLMANPREFIX%%/man
@rmtry %%PERLMANPREFIX%%/man/whatis
@rmtry %%PERLMANPREFIX%%/man/mandoc.db
@rmtry %%SITEMANPREFIX%%/man/whatis
@rmtry %%SITEMANPREFIX%%/man/mandoc.db

View file

@ -2295,7 +2295,9 @@ etc/man.d/perl%%PKGNAMESUFFIX%%.conf
@dir %%SITE_ARCH%%/auto
@dir %%SITE_PERL%%/man/man1
@dir %%SITE_PERL%%/man/man3
@exec makewhatis %D/%%SITEMANPREFIX%%/man
@exec makewhatis %D/%%PERLMANPREFIX%%/man
@postexec makewhatis %D/%%SITEMANPREFIX%%/man
@postexec makewhatis %D/%%PERLMANPREFIX%%/man
@rmtry %%PERLMANPREFIX%%/man/whatis
@rmtry %%PERLMANPREFIX%%/man/mandoc.db
@rmtry %%SITEMANPREFIX%%/man/whatis
@rmtry %%SITEMANPREFIX%%/man/mandoc.db