svn commit: r370674 - head/sysutils/xfce4-netload-plugin
Jason E. Hale
jhale at FreeBSD.org
Sat Oct 11 22:11:02 UTC 2014
Author: jhale
Date: Sat Oct 11 22:11:01 2014
New Revision: 370674
URL: https://svnweb.freebsd.org/changeset/ports/370674
QAT: https://qat.redports.org/buildarchive/r370674/
Log:
- Convert USE_BZIP2 to USES
- Use OPTIONS_SUB
- Cleanup plist
Approved by: portmgr blanket
Modified:
head/sysutils/xfce4-netload-plugin/Makefile
head/sysutils/xfce4-netload-plugin/pkg-plist
Modified: head/sysutils/xfce4-netload-plugin/Makefile
==============================================================================
--- head/sysutils/xfce4-netload-plugin/Makefile Sat Oct 11 22:03:52 2014 (r370673)
+++ head/sysutils/xfce4-netload-plugin/Makefile Sat Oct 11 22:11:01 2014 (r370674)
@@ -15,23 +15,21 @@ COMMENT= Network Load plugin for Xfce4
LICENSE= GPLv2
GNU_CONFIGURE= yes
-USE_BZIP2= yes
USE_GNOME= intltool intlhack
USE_XFCE= configenv libmenu panel
-USES= pkgconfig gmake
+USES= gmake pkgconfig tar:bzip2
INSTALLS_ICONS= yes
OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
USES+= gettext
CONFIGURE_ARGS+=--enable-nls
-PLIST_SUB+= NLS=""
.else
CONFIGURE_ARGS+=--disable-nls
-PLIST_SUB+= NLS="@comment "
.endif
do-patch:
Modified: head/sysutils/xfce4-netload-plugin/pkg-plist
==============================================================================
--- head/sysutils/xfce4-netload-plugin/pkg-plist Sat Oct 11 22:03:52 2014 (r370673)
+++ head/sysutils/xfce4-netload-plugin/pkg-plist Sat Oct 11 22:11:01 2014 (r370674)
@@ -44,17 +44,3 @@ share/icons/hicolor/scalable/apps/xfce4-
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-netload-plugin.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-netload-plugin.mo
share/xfce4/panel-plugins/netload.desktop
- at dirrmtry share/xfce4/panel-plugins
- at dirrmtry share/xfce4
-%%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur_PK
-%%NLS%%@dirrmtry share/locale/ur/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ur
-%%NLS%%@dirrmtry share/locale/ug/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ug
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast
- at dirrmtry libexec/xfce4/panel-plugins
- at dirrmtry libexec/xfce4
More information about the svn-ports-head
mailing list