- Fix startup warning by running Doc/scantree.pl post-install
PR: ports/131225 Submitted by: douglas steinwand <dzs-pr@dzs.fx.org>
This commit is contained in:
parent
d2cad79c6a
commit
65822b7d02
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=247841
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
|
||||
PORTNAME= PDL
|
||||
PORTVERSION= 2.4.4
|
||||
PORTREVISION= 3
|
||||
PORTREVISION= 4
|
||||
CATEGORIES= math perl5
|
||||
MASTER_SITES= CPAN/${PORTNAME}:cpan \
|
||||
SF/pdl/PDL/${PORTVERSION}:sf
|
||||
|
@ -69,6 +69,7 @@ test:
|
|||
|
||||
# autogen plist
|
||||
post-install:
|
||||
@(cd ${WRKSRC}; ${PERL} Doc/scantree.pl)
|
||||
@(cd ${WRKSRC}/blib/man3 ; \
|
||||
${FIND} *.3 | ${SED} "s,^,${MAN3PREFIX:S,^${PREFIX}/,,}/man/man3/," \
|
||||
>> ${TMPPLIST} ; \
|
||||
|
|
Loading…
Reference in a new issue