svn commit: r370676 - head/misc/xfce4-appfinder
Jason E. Hale
jhale at FreeBSD.org
Sat Oct 11 22:19:07 UTC 2014
Author: jhale
Date: Sat Oct 11 22:19:06 2014
New Revision: 370676
URL: https://svnweb.freebsd.org/changeset/ports/370676
QAT: https://qat.redports.org/buildarchive/r370676/
Log:
- Convert USE_BZIP2 to USES
- Use OPTIONS_SUB
- Cleanup plist
Modified:
head/misc/xfce4-appfinder/Makefile
head/misc/xfce4-appfinder/pkg-plist
Modified: head/misc/xfce4-appfinder/Makefile
==============================================================================
--- head/misc/xfce4-appfinder/Makefile Sat Oct 11 22:15:53 2014 (r370675)
+++ head/misc/xfce4-appfinder/Makefile Sat Oct 11 22:19:06 2014 (r370676)
@@ -14,22 +14,20 @@ COMMENT= Application launcher and finder
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USES= pathfix pkgconfig gmake
+USES= gmake pathfix pkgconfig tar:bzip2
USE_GNOME= gtk20 glib20 intltool intlhack
USE_XFCE= configenv garcon libmenu libutil xfconf
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
.include <bsd.port.mk>
Modified: head/misc/xfce4-appfinder/pkg-plist
==============================================================================
--- head/misc/xfce4-appfinder/pkg-plist Sat Oct 11 22:15:53 2014 (r370675)
+++ head/misc/xfce4-appfinder/pkg-plist Sat Oct 11 22:19:06 2014 (r370676)
@@ -65,27 +65,3 @@ share/applications/xfce4-run.desktop
%%NLS%%share/locale/vi/LC_MESSAGES/xfce4-appfinder.mo
%%NLS%%share/locale/zh_CN/LC_MESSAGES/xfce4-appfinder.mo
%%NLS%%share/locale/zh_TW/LC_MESSAGES/xfce4-appfinder.mo
-%%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/te/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/te
-%%NLS%%@dirrmtry share/locale/si/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/si
-%%NLS%%@dirrmtry share/locale/mr/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/mr
-%%NLS%%@dirrmtry share/locale/ku/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ku
-%%NLS%%@dirrmtry share/locale/kk/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/kk
-%%NLS%%@dirrmtry share/locale/hy/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/hy
-%%NLS%%@dirrmtry share/locale/dz/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/dz
-%%NLS%%@dirrmtry share/locale/bn_IN/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/bn_IN
-%%NLS%%@dirrmtry share/locale/ast/LC_MESSAGES
-%%NLS%%@dirrmtry share/locale/ast
More information about the svn-ports-head
mailing list