diff options
author | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-01-03 17:47:50 +0000 |
---|---|---|
committer | Olivier Duchateau <olivierd@FreeBSD.org> | 2015-01-03 17:47:50 +0000 |
commit | 05be12954c239a48dd4bc32b8040058812ce5e2a (patch) | |
tree | c77f49f73ed9e2e1cbcbb5f2972a70949d0e36d2 /misc/xfce4-appfinder | |
parent | 298f63ec4546856f7d2873298d1359d1c5f0a033 (diff) |
Notes
Diffstat (limited to 'misc/xfce4-appfinder')
-rw-r--r-- | misc/xfce4-appfinder/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/misc/xfce4-appfinder/Makefile b/misc/xfce4-appfinder/Makefile index 73d0ed92def3..1165d10c0435 100644 --- a/misc/xfce4-appfinder/Makefile +++ b/misc/xfce4-appfinder/Makefile @@ -3,6 +3,7 @@ PORTNAME= xfce4-appfinder PORTVERSION= 4.10.1 +PORTREVISION= 1 CATEGORIES= misc xfce MASTER_SITES= ${MASTER_SITE_XFCE} MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R} @@ -30,4 +31,10 @@ CONFIGURE_ARGS+=--enable-nls CONFIGURE_ARGS+=--disable-nls .endif +post-patch: + ${REINPLACE_CMD} -e 's|=gtk-find|=system-search|' \ + ${WRKSRC}/data/xfce4-appfinder.desktop.in + ${REINPLACE_CMD} -e 's|=gtk-execute|=system-run|' \ + ${WRKSRC}/data/xfce4-run.desktop.in + .include <bsd.port.mk> |