svn commit: r388532 - head/editors/texmacs

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Jun 4 12:45:58 UTC 2015


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>


More information about the svn-ports-all mailing list