From 503348051f563d27a472b68d2536ac34d8ac98c0 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Sun, 3 Aug 2014 12:20:03 +0000 Subject: - Strip binary --- games/chroma/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'games/chroma') diff --git a/games/chroma/Makefile b/games/chroma/Makefile index fce178791443..41a0d37f2c6d 100644 --- a/games/chroma/Makefile +++ b/games/chroma/Makefile @@ -39,5 +39,6 @@ SDL_PLIST_FILES= bin/${PORTNAME} post-install: ${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/${PORTNAME}* .include -- cgit