diff options
Diffstat (limited to 'x11-fm/pcmanfm/Makefile')
-rw-r--r-- | x11-fm/pcmanfm/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/x11-fm/pcmanfm/Makefile b/x11-fm/pcmanfm/Makefile index 687285f64af7..348d26724959 100644 --- a/x11-fm/pcmanfm/Makefile +++ b/x11-fm/pcmanfm/Makefile @@ -7,7 +7,7 @@ # PORTNAME= pcmanfm -PORTVERSION= 0.9.8 +PORTVERSION= 0.9.9 CATEGORIES= x11-fm MASTER_SITES= SF/${PORTNAME}/PCManFM%20%2B%20Libfm%20%28tarball%20release%29/PCManFM/ @@ -15,7 +15,7 @@ MAINTAINER= kmoore@FreeBSD.org COMMENT= PCMan File Manager LIB_DEPENDS= startup-notification-1:${PORTSDIR}/x11/startup-notification \ - fm-gtk.0:${PORTSDIR}/x11/libfm + fm-gtk.1:${PORTSDIR}/x11/libfm USE_GNOME= gtk20 USE_AUTOTOOLS= libtool @@ -37,4 +37,8 @@ CONFIGURE_ARGS+=--disable-nls PLIST_SUB+= NLS="@comment " .endif +post-patch: + @${REINPLACE_CMD} -e 's|pcmanfm %U|pcmanfm ~|g' \ + ${WRKSRC}/data/pcmanfm.desktop + .include <bsd.port.post.mk> |