svn commit: r415330 - head/news/c-nocem

Dirk Meyer dinoex at FreeBSD.org
Mon May 16 14:25:33 UTC 2016


Author: dinoex
Date: Mon May 16 14:25:31 2016
New Revision: 415330
URL: https://svnweb.freebsd.org/changeset/ports/415330

Log:
  - strip all binaries

Modified:
  head/news/c-nocem/Makefile

Modified: head/news/c-nocem/Makefile
==============================================================================
--- head/news/c-nocem/Makefile	Mon May 16 14:15:54 2016	(r415329)
+++ head/news/c-nocem/Makefile	Mon May 16 14:25:31 2016	(r415330)
@@ -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


More information about the svn-ports-all mailing list