devel/cppi: remove unnecessary REINPLACE_CMD

This commit is contained in:
Steve Wills 2020-03-16 14:44:43 +00:00
parent 6acd442cdc
commit 8f780e69e4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528530

View file

@ -19,7 +19,4 @@ OPTIONS_SUB= yes
NLS_USES= gettext
NLS_CONFIGURE_OFF= --disable-nls
post-patch:
@${REINPLACE_CMD} -e 's:(libdir)/lib:(libdir):' ${WRKSRC}/Makefile.in
.include <bsd.port.mk>