svn commit: r360741 - head/sysutils/xfce4-mount-plugin

Tijl Coosemans tijl at FreeBSD.org
Sat Jul 5 14:09:50 UTC 2014


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


More information about the svn-ports-all mailing list