diff options
| author | Guido Falsi <madpilot@FreeBSD.org> | 2014-07-22 17:59:28 +0000 |
|---|---|---|
| committer | Guido Falsi <madpilot@FreeBSD.org> | 2014-07-22 17:59:28 +0000 |
| commit | 93d4bedf25435e40c12707b95a436b17c68b9369 (patch) | |
| tree | 007967fee64e609aca63b68db8768587271c3b78 /databases/sqliteodbc | |
| parent | 1fa94acb372174331260d34c0e1e2a7615d4f45f (diff) | |
Notes
Diffstat (limited to 'databases/sqliteodbc')
| -rw-r--r-- | databases/sqliteodbc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/sqliteodbc/Makefile b/databases/sqliteodbc/Makefile index eae7a12c90e9..4961807fd02e 100644 --- a/databases/sqliteodbc/Makefile +++ b/databases/sqliteodbc/Makefile @@ -33,6 +33,6 @@ SQLITE3_CONFIGURE_ON= --with-sqlite3=${LOCALBASE} SQLITE3_CONFIGURE_OFF= --with-sqlite3=/tmp post-build: - @${STRIP_CMD} ${WRKSRC}/.libs/libsqlite3*${PORTVERSION}.so + @${STRIP_CMD} ${WRKSRC}/.libs/libsqlite*${PORTVERSION}.so .include <bsd.port.mk> |
