summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--devel/glade/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/glade/Makefile b/devel/glade/Makefile
index 409485d78..57f27bfda 100644
--- a/devel/glade/Makefile
+++ b/devel/glade/Makefile
@@ -13,11 +13,10 @@ COMMENT= User interface builder for GTK+ 3
CONFLICTS= glade3-3.*
-NO_STAGE= yes
INSTALLS_ICONS= yes
USE_XZ= yes
USE_GNOME= gtk30 gnomeprefix ltverhack gnomedocutils introspection:build
-USES= desktop-file-utilsgettext gmake pathfix pkgconfig
+USES= desktop-file-utils gettext gmake pathfix pkgconfig
INSTALLS_OMF= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
@@ -41,4 +40,8 @@ CONFIGURE_ARGS+=--disable-python
PLIST_SUB+= PYTHON:="@comment "
.endif
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgladeui-2.so.2
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/glade/modules/lib*.so
+
.include <bsd.port.mk>