svn commit: r374904 - head/games/jigsaw

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 18 14:02:01 UTC 2014


Author: amdmi3
Date: Thu Dec 18 14:02:00 2014
New Revision: 374904
URL: https://svnweb.freebsd.org/changeset/ports/374904
QAT: https://qat.redports.org/buildarchive/r374904/

Log:
  - Strip binary

Modified:
  head/games/jigsaw/Makefile

Modified: head/games/jigsaw/Makefile
==============================================================================
--- head/games/jigsaw/Makefile	Thu Dec 18 13:36:53 2014	(r374903)
+++ head/games/jigsaw/Makefile	Thu Dec 18 14:02:00 2014	(r374904)
@@ -17,4 +17,7 @@ USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Jigsaw.app/Jigsaw
+
 .include <bsd.port.mk>


More information about the svn-ports-head mailing list