Date: Thu, 3 Nov 2016 13:30:36 +0000 (UTC) From: Mathieu Arnold <mat@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r425209 - head/net/shelldap Message-ID: <201611031330.uA3DUaQN080808@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611031330.uA3DUaQN080808>