diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-01 23:21:20 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-01 23:21:20 +0800 |
commit | b1466b279b7f6f2785bafd785b6de5727b45ee68 (patch) | |
tree | 846b48144cf8df18469bba644b603f1e7e7c7e61 | |
parent | e775f5873805ad41dc3c00c42e7d1e23954d7509 (diff) | |
download | marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.tar marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.tar.gz marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.tar.bz2 marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.tar.lz marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.tar.xz marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.tar.zst marcuscom-ports-b1466b279b7f6f2785bafd785b6de5727b45ee68.zip |
- 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
-rw-r--r-- | x11/gnome-panel/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
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 <marcus@FreeBSD.org> # # $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 |