aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-10-29 23:33:12 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2014-10-29 23:33:12 +0800
commitb41900c772241cbfbc7fa340c48f0c65d74e336e (patch)
tree0654fd94b921786defc38fb4dcd75fbc7717d7e3
parent6da6f4135239a72d4a6e6ba47280ff11cba54bd0 (diff)
downloadfreebsd-ports-gnome-b41900c772241cbfbc7fa340c48f0c65d74e336e.tar.gz
freebsd-ports-gnome-b41900c772241cbfbc7fa340c48f0c65d74e336e.tar.zst
freebsd-ports-gnome-b41900c772241cbfbc7fa340c48f0c65d74e336e.zip
- Strip library
-rw-r--r--graphics/aalib/Makefile3
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>