Date: Sun, 30 Nov 2014 17:51:48 +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: r373674 - head/games/lapispuzzle Message-ID: <201411301751.sAUHpmIt094452@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Sun Nov 30 17:51:48 2014 New Revision: 373674 URL: https://svnweb.freebsd.org/changeset/ports/373674 QAT: https://qat.redports.org/buildarchive/r373674/ Log: - Strip binary Modified: head/games/lapispuzzle/Makefile Modified: head/games/lapispuzzle/Makefile ============================================================================== --- head/games/lapispuzzle/Makefile Sun Nov 30 17:51:42 2014 (r373673) +++ head/games/lapispuzzle/Makefile Sun Nov 30 17:51:48 2014 (r373674) @@ -21,4 +21,7 @@ USE_GNUSTEP_INSTALL= yes WRKSRC= ${WRKDIR}/LapisPuzzle-${PORTVERSION} +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/Local/Applications/LapisPuzzle.app/LapisPuzzle + .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201411301751.sAUHpmIt094452>