diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 20:09:54 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2017-01-20 20:09:54 +0000 |
commit | b87010daff7c6a1fe5d0505d82aacb9f993191ee (patch) | |
tree | 90e0a6a39410eb0b96ae8a09471744bce064f940 | |
parent | Update to 0.91 (diff) |
Remove useless reinplace that was editing a symlink
PR: 216309
-rw-r--r-- | devel/hgview/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/hgview/Makefile b/devel/hgview/Makefile index 45e9389d1c3d..848d84e3ca27 100644 --- a/devel/hgview/Makefile +++ b/devel/hgview/Makefile @@ -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 |