diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-29 15:33:12 +0000 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-29 15:33:12 +0000 |
commit | b41900c772241cbfbc7fa340c48f0c65d74e336e (patch) | |
tree | 0654fd94b921786defc38fb4dcd75fbc7717d7e3 | |
parent | 6da6f4135239a72d4a6e6ba47280ff11cba54bd0 (diff) | |
download | FreeBSD-ports-b41900c772241cbfbc7fa340c48f0c65d74e336e.zip FreeBSD-ports-b41900c772241cbfbc7fa340c48f0c65d74e336e.tar.gz |
- Strip library
-rw-r--r-- | graphics/aalib/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/aalib/Makefile b/graphics/aalib/Makefile index ae41b5c..7ef682d 100644 --- a/graphics/aalib/Makefile +++ b/graphics/aalib/Makefile @@ -47,4 +47,7 @@ post-patch: @${FIND} ${WRKSRC} \( -name '*.[ch]' \! -name acconfig.h \) \ | ${XARGS} ${REINPLACE_CMD} -e 's|<malloc.h>|<stdlib.h>|g' +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libaa.so + .include <bsd.port.mk> |