From b1466b279b7f6f2785bafd785b6de5727b45ee68 Mon Sep 17 00:00:00 2001 From: ahze Date: Fri, 1 Sep 2006 15:21:20 +0000 Subject: - Update the name change of applications.menu -> gnome.applications.menu git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7178 df743ca5-7f9a-e211-a948-0013205c9059 --- x11/gnome-panel/Makefile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'x11') diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 7c6f92f4d..8b21507ef 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.132 2006/08/08 05:55:13 marcus Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.133 2006/08/22 05:25:49 marcus Exp $ # PORTNAME= gnome-panel PORTVERSION= 2.15.92 -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/} @@ -61,6 +61,9 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: + @${FIND} ${WRKSRC} -type f | \ + ${XARGS} -n 10 ${REINPLACE_CMD} -e \ + 's|"applications.menu"|"gnome.applications.menu"|' .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po -- cgit v1.2.3