diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-04 12:45:57 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-06-04 12:45:57 +0000 |
commit | ed74854278f0f61eb27b9de76436c888811af844 (patch) | |
tree | ea116d997918bdafed41128c60d85ab6fd97a485 /editors | |
parent | e8505df276f2224a9b805234d82f0ab66e8e4201 (diff) | |
download | ports-ed74854278f0f61eb27b9de76436c888811af844.tar.gz ports-ed74854278f0f61eb27b9de76436c888811af844.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/texmacs/Makefile | 7 |
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> |