diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gfbgraph/Makefile | 6 | ||||
-rw-r--r-- | net/glib-networking/Makefile | 6 | ||||
-rw-r--r-- | net/gnome-online-miners/Makefile | 6 | ||||
-rw-r--r-- | net/gtk-vnc/Makefile | 5 | ||||
-rw-r--r-- | net/libzapojit/Makefile | 5 |
5 files changed, 10 insertions, 18 deletions
diff --git a/net/gfbgraph/Makefile b/net/gfbgraph/Makefile index be1e34ef5..1eb53b541 100644 --- a/net/gfbgraph/Makefile +++ b/net/gfbgraph/Makefile @@ -15,15 +15,13 @@ LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib -USE_GNOME= glib20 intlhack introspection:build USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= glib20 intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgfbgraph-0.2.so.0 +INSTALL_TARGET= install-strip .include <bsd.port.mk> 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> diff --git a/net/gnome-online-miners/Makefile b/net/gnome-online-miners/Makefile index 68d9d35e7..7e6eb5bda 100644 --- a/net/gnome-online-miners/Makefile +++ b/net/gnome-online-miners/Makefile @@ -16,15 +16,13 @@ LIB_DEPENDS= libgdata.so:${PORTSDIR}/devel/libgdata \ libzapojit-0.0.so:${PORTSDIR}/net/libzapojit \ libgrilo-0.2.so:${PORTSDIR}/net/grilo -USE_GNOME= intlhack introspection:build USES= gettext gmake pathfix pkgconfig tar:xz +USE_GNOME= intlhack introspection:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib - -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-online-miners/libgom-1.0.so +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/net/gtk-vnc/Makefile b/net/gtk-vnc/Makefile index f8c44f387..2a564349b 100644 --- a/net/gtk-vnc/Makefile +++ b/net/gtk-vnc/Makefile @@ -1,5 +1,6 @@ # Created by: Joe Marcus Clarke <marcus@FreeBSD.org> # $FreeBSD$ +# $MCom$ PORTNAME= gtk-vnc PORTVERSION= 0.4.4 @@ -27,8 +28,6 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS= --with-gtk=3.0 --enable-introspection \ --disable-plugin --without-python MAKE_JOBS_UNSAFE= yes - -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.0 +INSTALL_TARGET= install-strip .include <bsd.port.mk> diff --git a/net/libzapojit/Makefile b/net/libzapojit/Makefile index e086f9647..c49c2ea73 100644 --- a/net/libzapojit/Makefile +++ b/net/libzapojit/Makefile @@ -1,6 +1,6 @@ # Created by: Gustau Perez i Querol <gustau.perez@gmail.com> # $FreeBSD$ -# $MCom: ports-experimental/trunk/net/libzapojit/Makefile 19164 2014-03-17 10:14:04Z gusi $ +# $MCom$ PORTNAME= libzapojit PORTVERSION= 0.0.3 @@ -22,7 +22,6 @@ GNU_CONFIGURE= yes USE_LDCONFIG= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libzapojit-*.so.0 .include <bsd.port.mk> |