diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 20:45:57 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-06-04 20:45:57 +0800 |
commit | f4815c3d7afed5b4c90ce4b91afa77f2c297f8df (patch) | |
tree | ea116d997918bdafed41128c60d85ab6fd97a485 /editors | |
parent | f1600afff592105f198d391e821dee26903b4805 (diff) | |
download | freebsd-ports-gnome-f4815c3d7afed5b4c90ce4b91afa77f2c297f8df.tar.gz freebsd-ports-gnome-f4815c3d7afed5b4c90ce4b91afa77f2c297f8df.tar.zst freebsd-ports-gnome-f4815c3d7afed5b4c90ce4b91afa77f2c297f8df.zip |
- Strip binaries
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> |