Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jun 2015 09:25:34 +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: r389165 - head/x11-toolkits/movingmotif
Message-ID:  <201506110925.t5B9PY9k041274@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Jun 11 09:25:33 2015
New Revision: 389165
URL: https://svnweb.freebsd.org/changeset/ports/389165

Log:
  - Add LICENSE_FILE
  - Strip libraries

Modified:
  head/x11-toolkits/movingmotif/Makefile

Modified: head/x11-toolkits/movingmotif/Makefile
==============================================================================
--- head/x11-toolkits/movingmotif/Makefile	Thu Jun 11 09:25:24 2015	(r389164)
+++ head/x11-toolkits/movingmotif/Makefile	Thu Jun 11 09:25:33 2015	(r389165)
@@ -3,7 +3,7 @@
 
 PORTNAME=	movingmotif
 PORTVERSION=	2.3.0
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}_2_1/movingmotiv-2.3.1
 
@@ -11,6 +11,7 @@ MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Display scientific data as dynamic plot
 
 LICENSE=	GPLv2
+LICENSE_FILE=	${WRKSRC}/COPYING
 
 USES=		motif libtool
 GNU_CONFIGURE=	yes
@@ -18,4 +19,7 @@ USE_LDCONFIG=	yes
 
 CFLAGS_sparc64=	-O0
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/*.so
+
 .include <bsd.port.mk>



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