databases/libdbi-drivers: remove unnecessary call to sed

No longer needed as this versions supports --prefix and don't contain
-O20 in configure
This commit is contained in:
Steve Wills 2020-03-15 17:00:46 +00:00
parent 6b2b4665a6
commit de7ba2e548

View file

@ -48,8 +48,6 @@ SQLITE3_CONFIGURE_WITH= sqlite3
SQLITE3_PLIST_FILES= lib/dbd/libdbdsqlite3.so
post-patch:
@${REINPLACE_CMD} -e 's|-O20|${CFLAGS}|g' \
-e 's|/usr/local|${LOCALBASE}|g' ${WRKSRC}/configure
@${TOUCH} ${WRKSRC}/drivers/*/dbd_*/*
.include <bsd.port.mk>