diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-29 23:33:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2014-10-29 23:33:12 +0800 |
commit | b41900c772241cbfbc7fa340c48f0c65d74e336e (patch) | |
tree | 0654fd94b921786defc38fb4dcd75fbc7717d7e3 | |
parent | 6da6f4135239a72d4a6e6ba47280ff11cba54bd0 (diff) | |
download | freebsd-ports-gnome-b41900c772241cbfbc7fa340c48f0c65d74e336e.tar.gz freebsd-ports-gnome-b41900c772241cbfbc7fa340c48f0c65d74e336e.tar.zst freebsd-ports-gnome-b41900c772241cbfbc7fa340c48f0c65d74e336e.zip |
- 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 ae41b5c7863b..7ef682dcca40 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> |