From 67efa1fc1e8c56add79df94d6148b04e4e2047d1 Mon Sep 17 00:00:00 2001 From: marcus Date: Sun, 29 Apr 2007 16:55:58 +0000 Subject: Remove some hacks that are no longer needed. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8687 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-panel/Makefile | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'x11/gnome-panel') 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 # # $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 -- cgit v1.2.3