diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2016-05-16 14:25:31 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2016-05-16 14:25:31 +0000 |
commit | d5ec76bb9959269ede3d4c8b89a914fe88cfa976 (patch) | |
tree | 9f59e7ed7a5bc6d45deec79ba5cb041351250065 /news | |
parent | 47aa199f3cfdb9088311aa429ec7b581ff7e3e8a (diff) |
- strip all binaries
Notes
Notes:
svn path=/head/; revision=415330
Diffstat (limited to 'news')
-rw-r--r-- | news/c-nocem/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/news/c-nocem/Makefile b/news/c-nocem/Makefile index ca07f6db2745..65a98d9b309d 100644 --- a/news/c-nocem/Makefile +++ b/news/c-nocem/Makefile @@ -31,6 +31,9 @@ post-patch: pre-install: ${MKDIR} ${STAGEDIR}${NEWSBIN} +post-install: + ${STRIP_CMD} ${STAGEDIR}/${PREFIX}/libexec/cnews/fastcancel + .include <bsd.port.pre.mk> # CNEWS_PORT can be set in Makefile.local |