summaryrefslogtreecommitdiffstats
path: root/net/glib-networking/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/glib-networking/Makefile')
-rw-r--r--net/glib-networking/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/net/glib-networking/Makefile b/net/glib-networking/Makefile
index a8d83f999..855b5df89 100644
--- a/net/glib-networking/Makefile
+++ b/net/glib-networking/Makefile
@@ -1,6 +1,6 @@
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
-# $MCom$
+# $MCom: ports/trunk/net/glib-networking/Makefile 19717 2014-06-01 08:41:11Z kwm $
PORTNAME= glib-networking
PORTVERSION= 2.40.1
@@ -28,11 +28,9 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+INSTALL_TARGET= install-strip
post-patch:
@${REINPLACE_CMD} -e' s|-Wmissing-include-dirs||g' ${WRKSRC}/configure
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gio/modules/lib*.so
-
.include <bsd.port.mk>