svn commit: r388722 - head/databases/gigabase

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Jun 7 15:23:25 UTC 2015


Author: amdmi3
Date: Sun Jun  7 15:23:23 2015
New Revision: 388722
URL: https://svnweb.freebsd.org/changeset/ports/388722

Log:
  - Strip libraries

Modified:
  head/databases/gigabase/Makefile

Modified: head/databases/gigabase/Makefile
==============================================================================
--- head/databases/gigabase/Makefile	Sun Jun  7 15:23:21 2015	(r388721)
+++ head/databases/gigabase/Makefile	Sun Jun  7 15:23:23 2015	(r388722)
@@ -3,6 +3,7 @@
 
 PORTNAME=	gigabase
 PORTVERSION=	3.91
+PORTREVISION=	1
 CATEGORIES=	databases
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-src/${PORTVERSION} \
 		http://www.garret.ru/
@@ -20,4 +21,7 @@ DOS2UNIX_FILES=	Makefile.in configure.in
 USE_GCC=	any
 USE_LDCONFIG=	yes
 
+post-build:
+	${STRIP_CMD} ${WRKSRC}/.libs/*.so
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list