svn commit: r389165 - head/x11-toolkits/movingmotif

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 11 09:25:34 UTC 2015


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


More information about the svn-ports-all mailing list