svn commit: r387907 - head/sysutils/xsysstats

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat May 30 00:34:52 UTC 2015


Author: amdmi3
Date: Sat May 30 00:34:51 2015
New Revision: 387907
URL: https://svnweb.freebsd.org/changeset/ports/387907

Log:
  - Strip binary

Modified:
  head/sysutils/xsysstats/Makefile

Modified: head/sysutils/xsysstats/Makefile
==============================================================================
--- head/sysutils/xsysstats/Makefile	Sat May 30 00:34:36 2015	(r387906)
+++ head/sysutils/xsysstats/Makefile	Sat May 30 00:34:51 2015	(r387907)
@@ -2,7 +2,7 @@
 
 PORTNAME=	xsysstats
 PORTVERSION=	1.51
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	sysutils
 MASTER_SITES=	XCONTRIB/utilities
 DISTNAME=	${PORTNAME}${PORTVERSION}
@@ -21,4 +21,7 @@ PLIST_FILES=	bin/xsysstats man/man1/${PO
 pre-patch:
 	${RM} ${WRKSRC}/headers.h && ${TOUCH} ${WRKSRC}/headers.h
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}
+
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list