diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-17 21:21:20 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-12-17 21:21:20 +0800 |
commit | b3c0bb2471d46f5bb4d5670d749c84496d53f77a (patch) | |
tree | cd705c8919e75b56f67b379c714f024878ce0c06 | |
parent | fb7974a192355cd862583d18c0cdf712bdb7bc23 (diff) | |
download | freebsd-ports-gnome-b3c0bb2471d46f5bb4d5670d749c84496d53f77a.tar.gz freebsd-ports-gnome-b3c0bb2471d46f5bb4d5670d749c84496d53f77a.tar.zst freebsd-ports-gnome-b3c0bb2471d46f5bb4d5670d749c84496d53f77a.zip |
- Strip binary
-rw-r--r-- | games/gnustep-sudoku/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/gnustep-sudoku/Makefile b/games/gnustep-sudoku/Makefile index 4a53f1ca851c..7c1aca641a60 100644 --- a/games/gnustep-sudoku/Makefile +++ b/games/gnustep-sudoku/Makefile @@ -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/Sudoku.app/Sudoku + .include <bsd.port.mk> |