diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-17 07:15:16 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-08-17 07:15:16 +0000 |
commit | 940c4f324a6ad19d47e27f3836bdddf3590fbf7d (patch) | |
tree | c990716b5e1f5038db66763c03250d266ed38cb7 /games | |
parent | a9cd89647a1b8b96e7f8e3a309d9ba36b87a92f2 (diff) |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/egoboo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/egoboo/Makefile b/games/egoboo/Makefile index 6815c7a30a82..658d2318c140 100644 --- a/games/egoboo/Makefile +++ b/games/egoboo/Makefile @@ -33,5 +33,6 @@ post-patch: post-install: @cd ${WRKDIR}/${DISTNAME:S/-/-data-/} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}/ + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/libexec/${PORTNAME} .include <bsd.port.mk> |