diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-11 09:25:33 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-11 09:25:33 +0000 |
commit | 66bf98ed90e0f6e8bbf42821bf6c731dc86fef02 (patch) | |
tree | 1d11c15652c94d7b83ca90a820b0023ad45317a8 /x11-toolkits | |
parent | 516e4bafbb5f3540ebe0a90237367539d7f7c69f (diff) | |
download | ports-66bf98ed90e0f6e8bbf42821bf6c731dc86fef02.tar.gz ports-66bf98ed90e0f6e8bbf42821bf6c731dc86fef02.zip |
Notes
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> |