diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-06 05:48:36 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-03-06 05:48:36 +0800 |
commit | 3a07962d70c2983d08ee48bbbab0dcfb12c6de29 (patch) | |
tree | ebf8834571baf856447ccec996f5c1e36c40c47b | |
parent | d4b4742ee89c3f05e856d5fdb1ff0e373eefd897 (diff) | |
download | marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.tar marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.tar.gz marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.tar.bz2 marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.tar.lz marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.tar.xz marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.tar.zst marcuscom-ports-3a07962d70c2983d08ee48bbbab0dcfb12c6de29.zip |
-Add evolution.desktop hack back in, we still have evolution-2.6.desktop.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5849 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/gnome-panel/Makefile | 6 | ||||
-rw-r--r-- | x11/gnomepanel/Makefile | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 6cabbdc0a..02cc5ce6b 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/gnomepanel/Makefile,v 1.120 2006/02/14 00:51:18 ahze Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.121 2006/02/23 21:58:23 ahze Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.13.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.13 @@ -59,6 +59,8 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: + @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.6.desktop|g' \ + ${WRKSRC}/gnome-panel/panel-default-setup.entries .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 6cabbdc0a..02cc5ce6b 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -3,12 +3,12 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnomepanel/Makefile,v 1.120 2006/02/14 00:51:18 ahze Exp $ +# $MCom: ports/x11/gnomepanel/Makefile,v 1.121 2006/02/23 21:58:23 ahze Exp $ # PORTNAME= gnomepanel PORTVERSION= 2.13.91 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.13 @@ -59,6 +59,8 @@ CONFIGURE_ARGS+=--disable-eds .endif post-patch: + @${REINPLACE_CMD} -e 's|evolution.desktop|evolution-2.6.desktop|g' \ + ${WRKSRC}/gnome-panel/panel-default-setup.entries .if ( ${OSVERSION} > 600000 && ${OSVERSION} < 600006 ) || \ ( ${OSVERSION} < 503101 ) .for po in da.po it.po zh_CN.po zh_TW.po |