Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 5 Feb 2015 20:00:13 +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: r378487 - head/games/gomoku
Message-ID:  <201502052000.t15K0DKU016163@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Feb  5 20:00:12 2015
New Revision: 378487
URL: https://svnweb.freebsd.org/changeset/ports/378487
QAT: https://qat.redports.org/buildarchive/r378487/

Log:
  - Strip binary

Modified:
  head/games/gomoku/Makefile

Modified: head/games/gomoku/Makefile
==============================================================================
--- head/games/gomoku/Makefile	Thu Feb  5 19:59:46 2015	(r378486)
+++ head/games/gomoku/Makefile	Thu Feb  5 20:00:12 2015	(r378487)
@@ -18,4 +18,7 @@ USE_GNUSTEP_BACK=	yes
 USE_GNUSTEP_BUILD=	yes
 USE_GNUSTEP_INSTALL=	yes
 
+post-install:
+	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/Gomoku.app/Gomoku
+
 .include <bsd.port.mk>



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