Date: Fri, 20 Jan 2017 20:09:55 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431993 - head/devel/hgview Message-ID: <201701202009.v0KK9tU4011229@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Fri Jan 20 20:09:54 2017 New Revision: 431993 URL: https://svnweb.freebsd.org/changeset/ports/431993 Log: Remove useless reinplace that was editing a symlink PR: 216309 Modified: head/devel/hgview/Makefile Modified: head/devel/hgview/Makefile ============================================================================== --- head/devel/hgview/Makefile Fri Jan 20 19:44:49 2017 (r431992) +++ head/devel/hgview/Makefile Fri Jan 20 20:09:54 2017 (r431993) @@ -30,10 +30,6 @@ PORTDOCS= * OPTIONS_DEFINE= DOCS post-patch: - @${REINPLACE_CMD} -e 's|share/python-support/mercurial-common|${PYTHON_SITELIBDIR:C,^${PYTHONBASE}/,,}|' \ - ${WRKSRC}/hgviewlib/__pkginfo__.py - @${FIND} ${WRKSRC} -name __pkginfo__.py | ${XARGS} \ - ${REINPLACE_CMD} -e 's|share/man|man|' @${REINPLACE_CMD} -e 's|path/to.*hgview.py|${PYTHON_SITELIBDIR}/hgext/hgview.py|' \ ${WRKSRC}/README @${REINPLACE_CMD} -e 's|'make'|'${MAKE_CMD}'|' ${WRKSRC}/setup.py
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201701202009.v0KK9tU4011229>