summaryrefslogtreecommitdiffstats
path: root/devel/libgee/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libgee/Makefile')
-rw-r--r--devel/libgee/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/libgee/Makefile b/devel/libgee/Makefile
index da51afc98..6e3a53aa6 100644
--- a/devel/libgee/Makefile
+++ b/devel/libgee/Makefile
@@ -1,6 +1,6 @@
# Created by: Frank Steinborn <steinex@nognu.de>
# $FreeBSD$
-# $MCom: ports/trunk/devel/libgee/Makefile 18610 2013-06-30 16:33:05Z marcus $
+# $MCom$
PORTNAME= libgee
PORTVERSION= 0.8.6
@@ -10,7 +10,6 @@ MASTER_SITES= GNOME
MAINTAINER= kwm@FreeBSD.org
COMMENT= GObject collection library
-NO_STAGE= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-introspection=yes
USE_XZ= yes
@@ -18,4 +17,7 @@ USES= gmake pathfix pkgconfig
USE_GNOME= glib20 gnomehier introspection:build
USE_LDCONFIG= yes
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so*
+
.include <bsd.port.mk>