From aae836beca734b4db58397cc3167ab6e04c61efd Mon Sep 17 00:00:00 2001 From: tijl Date: Sun, 18 May 2014 21:05:53 +0000 Subject: For several MATE related ports: - USES=libtool tar:xz. - INSTALL_TARGET=install-strip. - Add CONFIGURE_ARGS=--disable-static to ports that only install plugins. --- sysutils/mate-polkit/Makefile | 9 +++++---- sysutils/mate-polkit/pkg-plist | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) (limited to 'sysutils/mate-polkit') diff --git a/sysutils/mate-polkit/Makefile b/sysutils/mate-polkit/Makefile index 1c99bf31ce99..d8458177cdc1 100644 --- a/sysutils/mate-polkit/Makefile +++ b/sysutils/mate-polkit/Makefile @@ -3,6 +3,7 @@ PORTNAME= mate-polkit PORTVERSION= 1.6.0 +PORTREVISION= 1 CATEGORIES= sysutils mate MASTER_SITES= MATE DIST_SUBDIR= mate @@ -15,17 +16,17 @@ LIB_DEPENDS= libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit PORTSCOUT= limitw:1,even -USES= gettext gmake pathfix pkgconfig -USE_XZ= yes -USE_MATE= autogen common:build intlhack ltverhack +USES= gettext gmake libtool pathfix pkgconfig tar:xz +USE_MATE= autogen common:build intlhack USE_GNOME= gnomehier gtk20 introspection:build USE_LDCONFIG= yes -USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtool libtoolize:env +USE_AUTOTOOLS= aclocal:env autoconf:env automake:env libtoolize:env GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-gtk-doc \ --localstatedir=/var CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib PATHFIX_MAKEFILEIN= Makefile.* +INSTALL_TARGET= install-strip .include diff --git a/sysutils/mate-polkit/pkg-plist b/sysutils/mate-polkit/pkg-plist index 29320223681d..2f364a2829f0 100644 --- a/sysutils/mate-polkit/pkg-plist +++ b/sysutils/mate-polkit/pkg-plist @@ -4,9 +4,9 @@ include/polkit-gtk-mate-1/polkitgtkmate/polkitgtkmatetypes.h include/polkit-gtk-mate-1/polkitgtkmate/polkitlockbutton.h lib/girepository-1.0/PolkitGtkMate-1.0.typelib lib/libpolkit-gtk-mate-1.a -lib/libpolkit-gtk-mate-1.la lib/libpolkit-gtk-mate-1.so lib/libpolkit-gtk-mate-1.so.0 +lib/libpolkit-gtk-mate-1.so.0.0.0 libdata/pkgconfig/polkit-gtk-mate-1.pc libexec/polkit-mate-authentication-agent-1 share/gir-1.0/PolkitGtkMate-1.0.gir -- cgit