aboutsummaryrefslogtreecommitdiff
path: root/databases/sqlite2
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-10 03:24:45 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-05-10 03:24:45 +0000
commit0434417bc2f8e82e7dff1d70e0f0882f477649fc (patch)
treec62d44390d420c7a59a299e4773bfadf9a95b3a7 /databases/sqlite2
parent66effd4a1e2c20ad56e584ede918362593308d5d (diff)
downloadports-0434417bc2f8e82e7dff1d70e0f0882f477649fc.tar.gz
ports-0434417bc2f8e82e7dff1d70e0f0882f477649fc.zip
- Strip binaries
Notes
Notes: svn path=/head/; revision=385920
Diffstat (limited to 'databases/sqlite2')
-rw-r--r--databases/sqlite2/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/databases/sqlite2/Makefile b/databases/sqlite2/Makefile
index ce6b084e5190..8933b8ca0ab6 100644
--- a/databases/sqlite2/Makefile
+++ b/databases/sqlite2/Makefile
@@ -3,7 +3,7 @@
PORTNAME= sqlite
PORTVERSION= 2.8.17
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= databases
MASTER_SITES= http://www.sqlite.org/
@@ -12,7 +12,7 @@ COMMENT= SQL database engine in a C library
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig readline
-USE_LDCONFIG= YES
+USE_LDCONFIG= yes
CONFIGURE_ARGS= --with-hints=freebsd.hints
@@ -78,6 +78,8 @@ post-build:
.endif
post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/sqlite
+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libsqlite.so
.if ${PORT_OPTIONS:MTCL}
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_ARGS} install-tcl)
${INSTALL_DATA} ${FILESDIR}/pkgIndex.tcl ${STAGEDIR}${PREFIX}/lib/sqlite