Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Jun 2015 21:24:29 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r390075 - head/textproc/libstree
Message-ID:  <201506182124.t5ILOTqD053379@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506182124.t5ILOTqD053379>