aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gtkglext/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/py-gtkglext/Makefile')
-rw-r--r--x11-toolkits/py-gtkglext/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/py-gtkglext/Makefile b/x11-toolkits/py-gtkglext/Makefile
index 9738cc3db9f9..1468751e2e44 100644
--- a/x11-toolkits/py-gtkglext/Makefile
+++ b/x11-toolkits/py-gtkglext/Makefile
@@ -20,4 +20,8 @@ USES= gmake libtool pathfix pkgconfig python tar:bzip2
USE_GNOME= pygtk2
GNU_CONFIGURE= yes
+post-install:
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gtk-2.0/gtk/gtkgl/_gtkgl.so
+ ${STRIP_CMD} ${STAGEDIR}${PYTHONPREFIX_SITELIBDIR}/gtk-2.0/gtk/gdkgl/_gdkgl.so
+
.include <bsd.port.mk>