summaryrefslogtreecommitdiffstats
path: root/deskutils/deskbar-applet
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-31 16:24:28 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2005-10-31 16:24:28 +0800
commit9ca217532acd2f253bb4a88d9a0839efca16dbe4 (patch)
tree9ca91c4bf0c743648cd0aa0274e81f234c9b70d0 /deskutils/deskbar-applet
parent5d4bff070f7dc2a4607833ed341f1f48c3fe7486 (diff)
downloadmarcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.tar
marcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.tar.gz
marcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.tar.bz2
marcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.tar.lz
marcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.tar.xz
marcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.tar.zst
marcuscom-ports-9ca217532acd2f253bb4a88d9a0839efca16dbe4.zip
Fix .desktop file indexing. Sadly, this only gets files in
${X11BASE}/share/gnome/applications. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5004 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'deskutils/deskbar-applet')
-rw-r--r--deskutils/deskbar-applet/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/deskutils/deskbar-applet/Makefile b/deskutils/deskbar-applet/Makefile
index 0b7960cb7..1581c1934 100644
--- a/deskutils/deskbar-applet/Makefile
+++ b/deskutils/deskbar-applet/Makefile
@@ -3,11 +3,12 @@
# Whom: Michael Johnson <ahze@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.1 2005/07/13 12:25:49 ahze Exp $
+# $MCom: ports/deskutils/deskbar-applet/Makefile,v 1.2 2005/10/31 07:49:53 marcus Exp $
#
PORTNAME= deskbar-applet
PORTVERSION= 0.8.3
+PORTREVISION= 1
CATEGORIES= deskutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= browserbookapp
@@ -38,4 +39,8 @@ CONFIGURE_ARGS+=--disable-evolution
PLIST_SUB+= EVO="@comment "
.endif
+post-patch:
+ @${FIND} ${WRKSRC}/deskbar -name "*.py" | ${XARGS} ${REINPLACE_CMD} -e \
+ 's|/usr/share/applications|${X11BASE}/share/gnome/applications|g'
+
.include <bsd.port.post.mk>