Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Sep 2014 08:14:34 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r367497 - head/games/xbill
Message-ID:  <201409070814.s878EYKp036505@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep  7 08:14:34 2014
New Revision: 367497
URL: http://svnweb.freebsd.org/changeset/ports/367497
QAT: https://qat.redports.org/buildarchive/r367497/

Log:
  - Strip binary

Modified:
  head/games/xbill/Makefile

Modified: head/games/xbill/Makefile
==============================================================================
--- head/games/xbill/Makefile	Sun Sep  7 07:49:42 2014	(r367496)
+++ head/games/xbill/Makefile	Sun Sep  7 08:14:34 2014	(r367497)
@@ -55,4 +55,7 @@ post-patch:
 	@${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXm"$$|-lXm -lXpm"|' \
 		${WRKSRC}/configure
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xbill
+
 .include <bsd.port.mk>



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