svn commit: r397829 - head/devel/librcd

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Sep 25 15:17:41 UTC 2015


Author: amdmi3
Date: Fri Sep 25 15:17:41 2015
New Revision: 397829
URL: https://svnweb.freebsd.org/changeset/ports/397829

Log:
  - Add LICENSE
  - Strip library

Modified:
  head/devel/librcd/Makefile

Modified: head/devel/librcd/Makefile
==============================================================================
--- head/devel/librcd/Makefile	Fri Sep 25 15:17:37 2015	(r397828)
+++ head/devel/librcd/Makefile	Fri Sep 25 15:17:41 2015	(r397829)
@@ -3,7 +3,7 @@
 
 PORTNAME=	librcd
 PORTVERSION=	0.1.14
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	devel
 MASTER_SITES=	http://dside.dyndns.org/files/rusxmms/ \
 		LOCAL/fluffy
@@ -11,8 +11,12 @@ MASTER_SITES=	http://dside.dyndns.org/fi
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Library used by rusxmms for autodetection of Russian charset
 
+LICENSE=	LGPL21 # or later
+LICENSE_FILE=	${WRKSRC}/COPYING
+
 GNU_CONFIGURE=	yes
 USES=		gmake libtool pathfix tar:bzip2
 USE_LDCONFIG=	yes
+INSTALL_TARGET=	install-strip
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list