svn commit: r388455 - head/databases/puredb

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Jun 3 17:23:55 UTC 2015


Author: amdmi3
Date: Wed Jun  3 17:23:54 2015
New Revision: 388455
URL: https://svnweb.freebsd.org/changeset/ports/388455

Log:
  - Strip libraries

Modified:
  head/databases/puredb/Makefile

Modified: head/databases/puredb/Makefile
==============================================================================
--- head/databases/puredb/Makefile	Wed Jun  3 17:23:36 2015	(r388454)
+++ head/databases/puredb/Makefile	Wed Jun  3 17:23:54 2015	(r388455)
@@ -3,7 +3,7 @@
 
 PORTNAME=	puredb
 PORTVERSION=	2.1
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	databases
 MASTER_SITES=	http://pureftpd.sourceforge.net/puredb/
 DISTNAME=	pure-db-${PORTVERSION}
@@ -14,6 +14,7 @@ COMMENT=	Set of libraries for creating a
 USES=		libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 DOCS=		AUTHORS FORMAT_DESCR NEWS README
 


More information about the svn-ports-head mailing list