diff options
-rw-r--r-- | x11/gnome-menus/Makefile | 10 | ||||
-rw-r--r-- | x11/gnome-menus/pkg-plist | 2 | ||||
-rw-r--r-- | x11/gnome-panel/Makefile | 4 |
3 files changed, 9 insertions, 7 deletions
diff --git a/x11/gnome-menus/Makefile b/x11/gnome-menus/Makefile index ed760a59a..1f2f25652 100644 --- a/x11/gnome-menus/Makefile +++ b/x11/gnome-menus/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-menus/Makefile,v 1.35 2006/08/08 01:28:34 ahze Exp $ +# $MCom: ports/x11/gnome-menus/Makefile,v 1.36 2006/09/01 15:20:29 ahze Exp $ # PORTNAME= gnome-menus @@ -37,7 +37,7 @@ USE_FAM= yes post-patch: @${REINPLACE_CMD} -e 's|applications.menu||' \ ${WRKSRC}/layout/Makefile.in - @${REINPLACE_CMD} -e 's|applications.menu|gnome.applications.menu|' \ + @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|' \ ${WRKSRC}/util/test-menu-spec.c @${REINPLACE_CMD} -e 's|/usr/share/gnome|${LOCALBASE}/share/gnome|g' \ ${WRKSRC}/layout/applications.menu \ @@ -50,7 +50,9 @@ post-patch: post-install: @${MKDIR} ${PREFIX}/share/gnome/desktop-directories - @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu ${PREFIX}/etc/xdg/menus/gnome.applications.menu - @${INSTALL_DATA} ${WRKSRC}/KDE.directory ${PREFIX}/share/gnome/desktop-directories + @${INSTALL_DATA} ${WRKSRC}/layout/applications.menu \ + ${PREFIX}/etc/xdg/menus/gnome-applications.menu + @${INSTALL_DATA} ${WRKSRC}/KDE.directory \ + ${PREFIX}/share/gnome/desktop-directories .include <bsd.port.post.mk> diff --git a/x11/gnome-menus/pkg-plist b/x11/gnome-menus/pkg-plist index bd0af03b3..44e88416f 100644 --- a/x11/gnome-menus/pkg-plist +++ b/x11/gnome-menus/pkg-plist @@ -1,5 +1,5 @@ bin/gnome-menu-spec-test -etc/xdg/menus/gnome.applications.menu +etc/xdg/menus/gnome-applications.menu etc/xdg/menus/preferences.menu etc/xdg/menus/settings.menu include/gnome-menus/gmenu-tree.h diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 8b21507ef..efe111791 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/gnome-panel/Makefile,v 1.133 2006/08/22 05:25:49 marcus Exp $ +# $MCom: ports/x11/gnome-panel/Makefile,v 1.134 2006/09/01 15:21:20 ahze Exp $ # PORTNAME= gnome-panel @@ -63,7 +63,7 @@ CONFIGURE_ARGS+=--disable-eds post-patch: @${FIND} ${WRKSRC} -type f | \ ${XARGS} -n 10 ${REINPLACE_CMD} -e \ - 's|"applications.menu"|"gnome.applications.menu"|' + '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 |