svn commit: r380822 - head/devel/libpeak

Dmitry Marakasov amdmi3 at FreeBSD.org
Mon Mar 9 00:58:40 UTC 2015


Author: amdmi3
Date: Mon Mar  9 00:58:39 2015
New Revision: 380822
URL: https://svnweb.freebsd.org/changeset/ports/380822
QAT: https://qat.redports.org/buildarchive/r380822/

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/devel/libpeak/Makefile

Modified: head/devel/libpeak/Makefile
==============================================================================
--- head/devel/libpeak/Makefile	Mon Mar  9 00:58:37 2015	(r380821)
+++ head/devel/libpeak/Makefile	Mon Mar  9 00:58:39 2015	(r380822)
@@ -3,18 +3,21 @@
 
 PORTNAME=	libpeak
 PORTVERSION=	0.1.2
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	SF/peak/${PORTNAME}/${PORTVERSION}
 
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Parallel Events and Asynchronous tasKing Library
 
+LICENSE=	BSD2CLAUSE
+
 ONLY_FOR_ARCHS=	i386 amd64 sparc64
 
 USES=		gmake libtool
 GNU_CONFIGURE=	yes
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 regression-test: build
 	( \


More information about the svn-ports-head mailing list