diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 17:25:33 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-11 17:25:33 +0800 |
commit | 5fd57280b179e5126247379bc2d579ca37b668f3 (patch) | |
tree | 1d11c15652c94d7b83ca90a820b0023ad45317a8 /x11-toolkits | |
parent | 3c7e7833f007c582054aad2e3f788f93287804a9 (diff) | |
download | freebsd-ports-gnome-5fd57280b179e5126247379bc2d579ca37b668f3.tar.gz freebsd-ports-gnome-5fd57280b179e5126247379bc2d579ca37b668f3.tar.zst freebsd-ports-gnome-5fd57280b179e5126247379bc2d579ca37b668f3.zip |
- Add LICENSE_FILE
- Strip libraries
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/movingmotif/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/x11-toolkits/movingmotif/Makefile b/x11-toolkits/movingmotif/Makefile index 1defaed87c2c..07ab2b48c83b 100644 --- a/x11-toolkits/movingmotif/Makefile +++ b/x11-toolkits/movingmotif/Makefile @@ -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> |