svn commit: r379864 - head/sysutils/timemon

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed Feb 25 01:45:52 UTC 2015


Author: amdmi3
Date: Wed Feb 25 01:45:51 2015
New Revision: 379864
URL: https://svnweb.freebsd.org/changeset/ports/379864
QAT: https://qat.redports.org/buildarchive/r379864/

Log:
  - Strip binary

Modified:
  head/sysutils/timemon/Makefile

Modified: head/sysutils/timemon/Makefile
==============================================================================
--- head/sysutils/timemon/Makefile	Wed Feb 25 01:45:45 2015	(r379863)
+++ head/sysutils/timemon/Makefile	Wed Feb 25 01:45:51 2015	(r379864)
@@ -22,4 +22,7 @@ USE_GNUSTEP_INSTALL=	yes
 post-patch:
 	${RM} ${WRKSRC}/shared_obj/*.*
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/TimeMon.app/TimeMon
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list