diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-21 20:27:38 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-21 20:27:38 +0000 |
commit | 69553e4f7c1f93fda6e17c7b931b3608ef73ecc6 (patch) | |
tree | 3b58c1656511b21ca6ab01acd69df8ed9d350d19 /x11/libfm | |
parent | ddfee5c9dd2b8ec2a36f1af9036a03be640d7907 (diff) |
Notes
Diffstat (limited to 'x11/libfm')
-rw-r--r-- | x11/libfm/Makefile | 6 | ||||
-rw-r--r-- | x11/libfm/pkg-plist | 3 |
2 files changed, 3 insertions, 6 deletions
diff --git a/x11/libfm/Makefile b/x11/libfm/Makefile index d8392cc67941..fbc87a21f26b 100644 --- a/x11/libfm/Makefile +++ b/x11/libfm/Makefile @@ -3,10 +3,11 @@ PORTNAME= libfm PORTVERSION= 1.2.0 +PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= SF/pcmanfm/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/libfm%20%28required%20by%20PCManFM%29/ -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= horia@racoviceanu.com COMMENT= The libFM backend library to PCManFM LICENSE= GPLv2 @@ -16,8 +17,7 @@ BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser \ LIB_DEPENDS= libmenu-cache.so:${PORTSDIR}/x11/menu-cache \ libexif.so:${PORTSDIR}/graphics/libexif -USE_XZ= yes -USES= desktop-file-utils fam gmake pkgconfig shared-mime-info +USES= desktop-file-utils fam gmake pkgconfig shared-mime-info tar:xz USE_GNOME= gtk20 USE_AUTOTOOLS= aclocal automake libtool CONFIGURE_ARGS+=--sysconfdir=${LOCALBASE}/etc diff --git a/x11/libfm/pkg-plist b/x11/libfm/pkg-plist index 6706a8e4a959..f6ae35584113 100644 --- a/x11/libfm/pkg-plist +++ b/x11/libfm/pkg-plist @@ -169,8 +169,6 @@ share/applications/lxshortcut.desktop %%NLS%%share/locale/zh_CN/LC_MESSAGES/libfm.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/libfm.mo share/mime/packages/libfm.xml -@dirrmtry share/mime/packages -@dirrmtry share/mime %%NLS%%@dirrmtry share/locale/ur_PK/LC_MESSAGES %%NLS%%@dirrmtry share/locale/ur_PK %%NLS%%@dirrmtry share/locale/tt_RU/LC_MESSAGES @@ -184,4 +182,3 @@ share/mime/packages/libfm.xml @dirrm lib/libfm @dirrm include/libfm-%%MAJORVER%% @dirrmtry etc/xdg/libfm -@dirrmtry etc/xdg |