diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-02 03:57:13 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-09-02 03:57:13 +0800 |
commit | 73441f48679a140dcac97d8186dde5056b7ca56c (patch) | |
tree | 9517b25f7d0d731a4619d4353932f9288100623c /x11/gnome-menus/Makefile | |
parent | b1466b279b7f6f2785bafd785b6de5727b45ee68 (diff) | |
download | marcuscom-ports-73441f48679a140dcac97d8186dde5056b7ca56c.tar.gz marcuscom-ports-73441f48679a140dcac97d8186dde5056b7ca56c.tar.zst marcuscom-ports-73441f48679a140dcac97d8186dde5056b7ca56c.zip |
gnome.applications.menu -> gnome-applications.menu to reduce the difference
with the other offical tarballs such as gnome-screensavers.menu and
kde-*.menu exist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7179 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/gnome-menus/Makefile')
-rw-r--r-- | x11/gnome-menus/Makefile | 10 |
1 files changed, 6 insertions, 4 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> |