Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 30 May 2015 00:31:24 +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: r387902 - head/textproc/ots
Message-ID:  <201505300031.t4U0VOV4000157@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May 30 00:31:23 2015
New Revision: 387902
URL: https://svnweb.freebsd.org/changeset/ports/387902

Log:
  - Strip library
  - Add LICENSE

Modified:
  head/textproc/ots/Makefile

Modified: head/textproc/ots/Makefile
==============================================================================
--- head/textproc/ots/Makefile	Sat May 30 00:30:57 2015	(r387901)
+++ head/textproc/ots/Makefile	Sat May 30 00:31:23 2015	(r387902)
@@ -3,13 +3,16 @@
 
 PORTNAME=	ots
 PORTVERSION=	0.5.0
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	textproc
 MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}/${PORTNAME}-${PORTVERSION}
 
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Open Text Summarizer
 
+LICENSE=	GPLv2 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
 USES=		autoreconf gettext libtool pathfix pkgconfig
@@ -19,6 +22,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
+INSTALL_TARGET=	install-strip
 MAKE_JOBS_UNSAFE=yes
 
 post-patch:



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