Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 May 2015 01:31:56 +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: r385851 - head/x11/libdnd
Message-ID:  <201505090131.t491VuRd040576@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sat May  9 01:31:55 2015
New Revision: 385851
URL: https://svnweb.freebsd.org/changeset/ports/385851

Log:
  - Add LICENSE
  - Strip libraries

Modified:
  head/x11/libdnd/Makefile

Modified: head/x11/libdnd/Makefile
==============================================================================
--- head/x11/libdnd/Makefile	Sat May  9 01:31:39 2015	(r385850)
+++ head/x11/libdnd/Makefile	Sat May  9 01:31:55 2015	(r385851)
@@ -3,7 +3,7 @@
 
 PORTNAME=	libdnd
 PORTVERSION=	1.1
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	x11
 MASTER_SITES=	http://leb.net/offix/
 DISTNAME=	dnd.${PORTVERSION}
@@ -11,6 +11,9 @@ DISTNAME=	dnd.${PORTVERSION}
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Drag and drop library
 
+LICENSE=	LGPL20
+LICENSE_FILE=	${WRKSRC}/../COPYING.LIB
+
 USES=		tar:tgz
 USE_XORG=	x11 xmu ice xaw
 USE_LDCONFIG=	yes
@@ -23,6 +26,7 @@ MAKE_JOBS_UNSAFE=	yes
 OPTIONS_DEFINE=	DOCS
 
 post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 	${INSTALL_MAN} ${WRKDIR}/DND/DNDdoc/* ${STAGEDIR}${DOCSDIR}
 



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