git: 8abb6f6a1a44 - main - textproc/apertium-eng: Remove post-patch
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 23 Apr 2022 15:23:42 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=8abb6f6a1a44e2c4d5086b7ac3468154c9c435e6 commit 8abb6f6a1a44e2c4d5086b7ac3468154c9c435e6 Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2022-04-22 18:31:22 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2022-04-23 15:23:29 +0000 textproc/apertium-eng: Remove post-patch Missing pathfixes has been added to Mk/Uses/pathfix.mk so there is no requirement of bump --- textproc/apertium-eng/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/textproc/apertium-eng/Makefile b/textproc/apertium-eng/Makefile index c2037041bb2c..07b573df6932 100644 --- a/textproc/apertium-eng/Makefile +++ b/textproc/apertium-eng/Makefile @@ -21,9 +21,4 @@ GNU_CONFIGURE= yes NO_ARCH= yes -post-patch: - @${REINPLACE_CMD} -e 's|python3|${PYTHON_CMD}|g ; \ - s|^pkgconfigdir.*|pkgconfigdir = ${PREFIX}/libdata/pkgconfig| ' \ - ${WRKSRC}/Makefile.am - .include <bsd.port.mk>