Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 May 2016 14:25:31 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415330 - head/news/c-nocem
Message-ID:  <201605161425.u4GEPV6P008605@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605161425.u4GEPV6P008605>