aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-04 12:45:57 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-06-04 12:45:57 +0000
commited74854278f0f61eb27b9de76436c888811af844 (patch)
treeea116d997918bdafed41128c60d85ab6fd97a485 /editors
parente8505df276f2224a9b805234d82f0ab66e8e4201 (diff)
downloadports-ed74854278f0f61eb27b9de76436c888811af844.tar.gz
ports-ed74854278f0f61eb27b9de76436c888811af844.zip
Notes
Diffstat (limited to 'editors')
-rw-r--r--editors/texmacs/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/editors/texmacs/Makefile b/editors/texmacs/Makefile
index 4fb473794b49..d5bb52a759a8 100644
--- a/editors/texmacs/Makefile
+++ b/editors/texmacs/Makefile
@@ -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>