svn commit: r390075 - head/textproc/libstree

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 18 21:24:29 UTC 2015


Author: amdmi3
Date: Thu Jun 18 21:24:29 2015
New Revision: 390075
URL: https://svnweb.freebsd.org/changeset/ports/390075

Log:
  - Strip library

Modified:
  head/textproc/libstree/Makefile

Modified: head/textproc/libstree/Makefile
==============================================================================
--- head/textproc/libstree/Makefile	Thu Jun 18 21:24:22 2015	(r390074)
+++ head/textproc/libstree/Makefile	Thu Jun 18 21:24:29 2015	(r390075)
@@ -3,15 +3,16 @@
 
 PORTNAME=	libstree
 PORTVERSION=	0.4.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	textproc
 MASTER_SITES=	http://www.icir.org/christian/downloads/
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Generic Suffix Tree Library
 
-GNU_CONFIGURE=	yes
 USES=		gmake libtool
+GNU_CONFIGURE=	yes
+INSTALL_TARGET=	install-strip
 USE_LDCONFIG=	yes
 
 post-patch:


More information about the svn-ports-head mailing list