diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-07 16:14:34 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-09-07 16:14:34 +0800 |
commit | 48b12bfe13f2a7f1b71add21967434d4e2e4f66d (patch) | |
tree | 4520b9be7d6d7a9316dcf57f3718780658a90c1a /games | |
parent | b4be93ad72fdf8a589685945792d19448ed12c55 (diff) | |
download | freebsd-ports-gnome-48b12bfe13f2a7f1b71add21967434d4e2e4f66d.tar.gz freebsd-ports-gnome-48b12bfe13f2a7f1b71add21967434d4e2e4f66d.tar.zst freebsd-ports-gnome-48b12bfe13f2a7f1b71add21967434d4e2e4f66d.zip |
- Strip binary
Diffstat (limited to 'games')
-rw-r--r-- | games/xbill/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/xbill/Makefile b/games/xbill/Makefile index 3dbce718cbe6..1dfeb45b6aad 100644 --- a/games/xbill/Makefile +++ b/games/xbill/Makefile @@ -55,4 +55,7 @@ post-patch: @${REINPLACE_CMD} -e '/WIDGET_LIBS=/ s|-lXm"$$|-lXm -lXpm"|' \ ${WRKSRC}/configure +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/xbill + .include <bsd.port.mk> |