summaryrefslogtreecommitdiffstats
path: root/x11/gnome-panel
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-30 00:55:58 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-04-30 00:55:58 +0800
commit67efa1fc1e8c56add79df94d6148b04e4e2047d1 (patch)
treead4cc8d22fe9845e86e8f4fcffc31692987982f8 /x11/gnome-panel
parent20c2aaee3a4d5a6f9a97653a80a6a8ffaf789a12 (diff)
downloadmarcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.tar
marcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.tar.gz
marcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.tar.bz2
marcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.tar.lz
marcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.tar.xz
marcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.tar.zst
marcuscom-ports-67efa1fc1e8c56add79df94d6148b04e4e2047d1.zip
Remove some hacks that are no longer needed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8687 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-panel')
-rw-r--r--x11/gnome-panel/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile
index f2354cb8a..c30bf5a9b 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.146 2007/03/14 21:00:05 marcus Exp $
+# $MCom: ports/x11/gnome-panel/Makefile,v 1.148 2007/04/26 21:03:08 mezz Exp $
#
PORTNAME= gnome-panel
PORTVERSION= 2.18.1
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/gnome-panel/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
@@ -61,8 +61,6 @@ 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"|'
@@ -72,8 +70,6 @@ post-patch:
@${REINPLACE_CMD} -e 's|%-|%|g' ${WRKSRC}/po/${po}
.endfor
.endif
- @${REINPLACE_CMD} -e 's|True|true|' \
- ${WRKSRC}/gnome-panel/gnome-panel.desktop.in
.include <bsd.port.post.mk>