1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00

textproc/apertium-eng: Remove post-patch

Missing pathfixes has been added to Mk/Uses/pathfix.mk so there is no
requirement of bump
This commit is contained in:
Muhammad Moinur Rahman 2022-04-22 13:31:22 -05:00
parent 085cac7fd0
commit 8abb6f6a1a

View File

@ -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>