Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Jul 2014 14:09:50 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r360741 - head/sysutils/xfce4-mount-plugin
Message-ID:  <201407051409.s65E9o0a066480@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Sat Jul  5 14:09:49 2014
New Revision: 360741
URL: http://svnweb.freebsd.org/changeset/ports/360741
QAT: https://qat.redports.org/buildarchive/r360741/

Log:
  Add USES=libtool and INSTALL_TARGET=install-strip

Modified:
  head/sysutils/xfce4-mount-plugin/Makefile
  head/sysutils/xfce4-mount-plugin/pkg-plist

Modified: head/sysutils/xfce4-mount-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-mount-plugin/Makefile	Sat Jul  5 14:01:26 2014	(r360740)
+++ head/sysutils/xfce4-mount-plugin/Makefile	Sat Jul  5 14:09:49 2014	(r360741)
@@ -3,6 +3,7 @@
 
 PORTNAME=	xfce4-mount-plugin
 PORTVERSION=	0.6.7
+PORTREVISION=	1
 CATEGORIES=	sysutils xfce
 MASTER_SITES=	${MASTER_SITE_XFCE}
 MASTER_SITE_SUBDIR=	src/panel-plugins/${PORTNAME}/${PORTVERSION:R}
@@ -14,10 +15,11 @@ COMMENT=	Mount and umount utility for th
 LICENSE=	GPLv2
 
 GNU_CONFIGURE=	yes
+INSTALLS_ICONS=	yes
+INSTALL_TARGET=	install-strip
+USES=		gettext gmake libtool pkgconfig tar:bzip2
 USE_GNOME=	intltool intlhack
-USES=		gettext pkgconfig gmake tar:bzip2
 USE_LDCONFIG=	yes
-INSTALLS_ICONS=	yes
 USE_XFCE=	configenv libmenu panel
 
 .include <bsd.port.mk>

Modified: head/sysutils/xfce4-mount-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-mount-plugin/pkg-plist	Sat Jul  5 14:01:26 2014	(r360740)
+++ head/sysutils/xfce4-mount-plugin/pkg-plist	Sat Jul  5 14:09:49 2014	(r360741)
@@ -1,4 +1,3 @@
-lib/xfce4/panel/plugins/libmount.la
 lib/xfce4/panel/plugins/libmount.so
 share/icons/hicolor/scalable/apps/xfce-mount.svg
 share/locale/ar/LC_MESSAGES/xfce4-mount-plugin.mo



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407051409.s65E9o0a066480>