diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-17 15:15:16 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-08-17 15:15:16 +0800 |
commit | 5b0272d44d40cae5d2afa073f332c88c97044ff4 (patch) | |
tree | c990716b5e1f5038db66763c03250d266ed38cb7 /games/egoboo | |
parent | 430e2a223a1f040a2cd53eae68a28419a7cb9186 (diff) | |
download | freebsd-ports-gnome-5b0272d44d40cae5d2afa073f332c88c97044ff4.tar.gz freebsd-ports-gnome-5b0272d44d40cae5d2afa073f332c88c97044ff4.tar.zst freebsd-ports-gnome-5b0272d44d40cae5d2afa073f332c88c97044ff4.zip |
- Strip binary
Diffstat (limited to 'games/egoboo')
-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> |