svn commit: r387902 - head/textproc/ots

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 00:31:24 UTC 2015


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 at 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:


More information about the svn-ports-all mailing list