diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-07 08:14:34 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2014-09-07 08:14:34 +0000 |
commit | 3c13d9d1f0c9614e0f29d7744e3d8513f27cfc4b (patch) | |
tree | 4520b9be7d6d7a9316dcf57f3718780658a90c1a /games/xbill | |
parent | 5509b0385ccb7eacc3a3042cba9e77a736b9c39c (diff) | |
download | ports-3c13d9d1f0c9614e0f29d7744e3d8513f27cfc4b.tar.gz ports-3c13d9d1f0c9614e0f29d7744e3d8513f27cfc4b.zip |
Notes
Diffstat (limited to 'games/xbill')
-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> |