diff options
Diffstat (limited to 'www/firefox-remote')
-rw-r--r-- | www/firefox-remote/Makefile | 14 | ||||
-rw-r--r-- | www/firefox-remote/pkg-plist | 9 |
2 files changed, 12 insertions, 11 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index ce55b553ee5b..e580beba8bf8 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox PORTVERSION= 20040803 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote @@ -16,15 +17,14 @@ MAINTAINER= klammer@webonaut.com COMMENT= Wrapper scripts for firefox web browser USE_BZIP2= yes -USE_X_PREFIX= yes UTF8_HACK= no FIREFOX_REMOTE= ${PORTNAME}${PKGNAMESUFFIX} THUNDERBIRD_REMOTE= thunderbird${PKGNAMESUFFIX} OPTIONS=UTF8_LOCALE "Use UTF8 locale (read Makefile for details)" off \ - MENU_FIREFOX "Add GNOME menu entry for firefox" off \ - MENU_THUNDERBIRD "Add GNOME menu entry for thunderbird" off + MENU_FIREFOX "Add menu entry for firefox" off \ + MENU_THUNDERBIRD "Add menu entry for thunderbird" off .include <bsd.port.pre.mk> @@ -62,15 +62,15 @@ do-install: ${PREFIX}/bin/${THUNDERBIRD_REMOTE} .if defined (WITH_MENU_FIREFOX) ${INSTALL_DATA} ${WRKSRC}/mozilla_firefox.desktop \ - ${X11BASE}/share/gnome/applications/ + ${X11BASE}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/mozilla_firefox.png \ - ${X11BASE}/share/gnome/pixmaps/ + ${X11BASE}/share/pixmaps/ .endif .if defined (WITH_MENU_THUNDERBIRD) ${INSTALL_DATA} ${WRKSRC}/mozilla_thunderbird.desktop \ - ${X11BASE}/share/gnome/applications/ + ${X11BASE}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/mozilla_thunderbird.png \ - ${X11BASE}/share/gnome/pixmaps/ + ${X11BASE}/share/pixmaps/ .endif ${CAT} ${PKGMESSAGE} diff --git a/www/firefox-remote/pkg-plist b/www/firefox-remote/pkg-plist index 6898e0e433c2..fa3626ff6426 100644 --- a/www/firefox-remote/pkg-plist +++ b/www/firefox-remote/pkg-plist @@ -1,6 +1,7 @@ bin/firefox-remote bin/thunderbird-remote -%%MENU_FIREFOX%%share/gnome/applications/mozilla_firefox.desktop -%%MENU_THUNDERBIRD%%share/gnome/applications/mozilla_thunderbird.desktop -%%MENU_FIREFOX%%share/gnome/pixmaps/mozilla_firefox.png -%%MENU_THUNDERBIRD%%share/gnome/pixmaps/mozilla_thunderbird.png +%%MENU_FIREFOX%%share/applications/mozilla_firefox.desktop +%%MENU_THUNDERBIRD%%share/applications/mozilla_thunderbird.desktop +%%MENU_FIREFOX%%share/pixmaps/mozilla_firefox.png +%%MENU_THUNDERBIRD%%share/pixmaps/mozilla_thunderbird.png +@dirrmtry share/applications |