svn commit: r367497 - head/games/xbill

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 7 08:14:34 UTC 2014


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>


More information about the svn-ports-head mailing list