aboutsummaryrefslogtreecommitdiff
path: root/databases/libdbi-drivers
diff options
context:
space:
mode:
authorSteve Wills <swills@FreeBSD.org>2020-03-15 17:00:46 +0000
committerSteve Wills <swills@FreeBSD.org>2020-03-15 17:00:46 +0000
commitde7ba2e548211ec33ceff14979cc5f7a209e68d0 (patch)
tree401cb96fda14f60d0ca53a50917865c26cdaae30 /databases/libdbi-drivers
parent6b2b4665a616c288c0315d62002c4267a7770b9d (diff)
downloadports-de7ba2e548211ec33ceff14979cc5f7a209e68d0.tar.gz
ports-de7ba2e548211ec33ceff14979cc5f7a209e68d0.zip
databases/libdbi-drivers: remove unnecessary call to sed
No longer needed as this versions supports --prefix and don't contain -O20 in configure
Notes
Notes: svn path=/head/; revision=528490
Diffstat (limited to 'databases/libdbi-drivers')
-rw-r--r--databases/libdbi-drivers/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/databases/libdbi-drivers/Makefile b/databases/libdbi-drivers/Makefile
index db3eddda4811..f0111d11003c 100644
--- a/databases/libdbi-drivers/Makefile
+++ b/databases/libdbi-drivers/Makefile
@@ -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>