mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
lang/perl5*: Remove absolute path to makewhatis in pkg-plist
Generally absolutely paths are not used with @exec in pkg-plist. In this case, the path /usr/bin/makewhatis doesn't work on DragonFly where the binary is located at /usr/sbin/makewhatis. Removing the full path is a no-op on FreeBSD and fixes perl man page installation on DragonFly. No revbump required. Approved by: portmgr (bapt)
This commit is contained in:
parent
ca25ebcc62
commit
5e065a93b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=357875
@ -3254,12 +3254,12 @@ man/man1/xsubpp.1.gz
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man/man3
|
||||
@exec install -d %D/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
|
||||
@exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man
|
||||
@dirrm lib/perl5/%%PERL_VER%%/overload
|
||||
@dirrm %%MAN3%%
|
||||
@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
|
||||
@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
|
||||
@exec 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%%/pod
|
||||
|
@ -3110,12 +3110,12 @@ man/man1/zipdetails.1.gz
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man/man3
|
||||
@exec install -d %D/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
|
||||
@exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man
|
||||
@dirrm lib/perl5/%%PERL_VER%%/overload
|
||||
@dirrm %%MAN3%%
|
||||
@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
|
||||
@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
|
||||
@exec 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%%/pod
|
||||
|
@ -3136,12 +3136,12 @@ man/man1/zipdetails.1.gz
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man/man3
|
||||
@exec install -d %D/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
|
||||
@exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man
|
||||
@dirrm lib/perl5/%%PERL_VER%%/overload
|
||||
@dirrm %%MAN3%%
|
||||
@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
|
||||
@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
|
||||
@exec 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%%/pod
|
||||
|
@ -2483,12 +2483,12 @@ man/man1/zipdetails.1.gz
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man/man3
|
||||
@exec install -d %D/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
|
||||
@exec makewhatis %D/lib/perl5/%%PERL_VER%%/man
|
||||
@dirrmtry lib/perl5/%%PERL_VER%%/man
|
||||
@dirrm lib/perl5/%%PERL_VER%%/overload
|
||||
@dirrm %%MAN3%%
|
||||
@unexec /bin/rm -f %D/lib/perl5/%%PERL_VER%%/perl/man/whatis
|
||||
@exec /usr/bin/makewhatis %D/lib/perl5/%%PERL_VER%%/perl/man
|
||||
@exec 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%%/pod
|
||||
|
Loading…
Reference in New Issue
Block a user