mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
Fix man page generation with Perl 5.24+
PR: 213810 Sponsored by: Absolight
This commit is contained in:
parent
43d4db24b0
commit
748ba39ec4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=425209
@ -29,7 +29,7 @@ NO_BUILD= yes
|
||||
NO_ARCH= yes
|
||||
|
||||
post-extract:
|
||||
${LOCALBASE}/bin/pod2man < ${WRKSRC}/shelldap > ${WRKSRC}/shelldap.1
|
||||
${LOCALBASE}/bin/pod2man ${WRKSRC}/shelldap ${WRKSRC}/shelldap.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/shelldap.1 ${STAGEDIR}${MANPREFIX}/man/man1
|
||||
|
Loading…
Reference in New Issue
Block a user