summaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-11 15:26:57 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2006-09-11 15:26:57 +0800
commit344fe8560136668cf645cf4da2f427898a181a17 (patch)
treecf50d12004c288a5007f70aa14c60f9c2ec37f3d /x11
parentd9f1f452d2c4918b0ee745d018d11ffc050e9b4d (diff)
downloadmarcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.tar
marcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.tar.gz
marcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.tar.bz2
marcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.tar.lz
marcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.tar.xz
marcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.tar.zst
marcuscom-ports-344fe8560136668cf645cf4da2f427898a181a17.zip
Add evolution.desktop hack back in, we have evolution-2.8.desktop. Bump the
PORTREVISION. While I am here, I am wondering about should we hack in evolution for evolution-2.8.desktop -> evolution.desktop instead in here? That kind of problem is getting stupid. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7283 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r--x11/gnome-panel/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index 77e33be16..31bad9bf4 100644
--- a/x11/gnome-panel/Makefile
+++ b/x11/gnome-panel/Makefile
@@ -3,12 +3,12 @@
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/x11/gnome-panel/Makefile,v 1.137 2006/09/04 20:30:14 marcus Exp $
+# $MCom: ports/x11/gnome-panel/Makefile,v 1.138 2006/09/10 00:51:15 mezz Exp $
#
PORTNAME= gnome-panel
PORTVERSION= 2.16.0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -59,6 +59,8 @@ CONFIGURE_ARGS+=--disable-eds
.endif
post-patch:
+ @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.8.desktop|g' \
+ ${WRKSRC}/gnome-panel/panel-default-setup.entries
@${FIND} ${WRKSRC} -type f | \
${XARGS} -n 10 ${REINPLACE_CMD} -e \
's|"applications.menu"|"gnome-applications.menu"|'