Date: Thu, 4 Jun 2015 12:45:58 +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: r388532 - head/editors/texmacs Message-ID: <201506041245.t54Cjw4P053705@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Thu Jun 4 12:45:57 2015 New Revision: 388532 URL: https://svnweb.freebsd.org/changeset/ports/388532 Log: - Strip binaries Modified: head/editors/texmacs/Makefile Modified: head/editors/texmacs/Makefile ============================================================================== --- head/editors/texmacs/Makefile Thu Jun 4 12:44:56 2015 (r388531) +++ head/editors/texmacs/Makefile Thu Jun 4 12:45:57 2015 (r388532) @@ -3,7 +3,7 @@ PORTNAME= texmacs PORTVERSION= 1.0.7.21 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= editors print MASTER_SITES= ftp://ftp.texmacs.org/TeXmacs/tmftp/source/ \ http://www.predatorlabs.net/dl/ @@ -67,4 +67,9 @@ post-patch: @${REINPLACE_CMD} -e 's|qdrawutil.h|qt4/Qt/qdrawutil.h|' \ ${WRKSRC}/src/Plugins/Qt/QTMStyle.cpp +post-install: +.for f in realpath texmacs.bin tm_axiom tm_graphviz tm_maple_5 tm_r tm_shell + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/TeXmacs/bin/${f} +.endfor + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201506041245.t54Cjw4P053705>