svn commit: r425209 - head/net/shelldap
Mathieu Arnold
mat at FreeBSD.org
Thu Nov 3 13:30:37 UTC 2016
Author: mat
Date: Thu Nov 3 13:30:36 2016
New Revision: 425209
URL: https://svnweb.freebsd.org/changeset/ports/425209
Log:
Fix man page generation with Perl 5.24+
PR: 213810
Sponsored by: Absolight
Modified:
head/net/shelldap/Makefile (contents, props changed)
Modified: head/net/shelldap/Makefile
==============================================================================
--- head/net/shelldap/Makefile Thu Nov 3 13:30:20 2016 (r425208)
+++ head/net/shelldap/Makefile Thu Nov 3 13:30:36 2016 (r425209)
@@ -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
More information about the svn-ports-all
mailing list