- Strip binaries

This commit is contained in:
Dmitry Marakasov
2015-05-10 03:24:45 +00:00
parent 66effd4a1e
commit 0434417bc2

View File

@@ -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