summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-03 01:00:11 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-12-03 01:00:11 +0800
commitd4e217b13f0e8b25208339c513ef4b384758bf26 (patch)
tree737ddbd7344d428914ad0144aaf5c268dca36157
parent33948f770abfd7b3421930f46e383d7ccb8b0edb (diff)
downloadxorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.tar
xorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.tar.gz
xorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.tar.bz2
xorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.tar.lz
xorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.tar.xz
xorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.tar.zst
xorg-devel-ports-d4e217b13f0e8b25208339c513ef4b384758bf26.zip
Sync with ports, add strip_cmd
git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@1285 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11/libxcb/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/x11/libxcb/Makefile b/x11/libxcb/Makefile
index 8906ad1..27e5fd9 100644
--- a/x11/libxcb/Makefile
+++ b/x11/libxcb/Makefile
@@ -44,4 +44,7 @@ XPROTO_LIBS= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libxcb*.so.*
+
.include <bsd.port.mk>