diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 2133578f0cb8..2ba2c240589f 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -3,6 +3,7 @@ PORTNAME= sqlite3 PORTVERSION= 3.8.5 +PORTREVISION= 1 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ DISTNAME= sqlite-autoconf-3080500 @@ -17,9 +18,10 @@ LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept CONFLICTS= sqlite34-[0-9]* sqlcipher-[0-9]* -USES= pathfix libtool:keepla +USES= pathfix libtool USE_LDCONFIG= yes GNU_CONFIGURE= yes +INSTALL_TARGET= install-strip MAKE_JOBS_UNSAFE= yes @@ -70,9 +72,9 @@ OPTIONS_DEFAULT= FTS4 URI METADATA SECURE_DELETE UNLOCK_NOTIFY THREADS EXTENSION # RTREE used by graphics/mapnik, databases/spatialite PLIST_FILES= bin/sqlite3 include/sqlite3.h include/sqlite3ext.h \ - lib/libsqlite3.a lib/libsqlite3.la lib/libsqlite3.so \ - lib/libsqlite3.so.0 lib/libsqlite3.so.0.8.6 \ - libdata/pkgconfig/sqlite3.pc man/man1/sqlite3.1.gz + lib/libsqlite3.a lib/libsqlite3.so lib/libsqlite3.so.0 \ + lib/libsqlite3.so.0.8.6 libdata/pkgconfig/sqlite3.pc \ + man/man1/sqlite3.1.gz # The default numeric file permissions for newly created database files under unix. # If not specified, the default is 0644 which means that the files is globally @@ -133,7 +135,4 @@ post-build: @${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" .endif -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite3.so.0.8.6 - .include