diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-04-19 17:56:05 +0000 |
commit | 3e4ed01146cfe2bdca465bd0e4d199341f62a0b6 (patch) | |
tree | d573ea09b2bf6be67cb497df199932da9e2707c4 /www/firefox-remote | |
parent | 40049f4af2200d0dcf33596508688623fc75f764 (diff) | |
download | ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.tar.gz ports-3e4ed01146cfe2bdca465bd0e4d199341f62a0b6.zip |
Notes
Diffstat (limited to 'www/firefox-remote')
-rw-r--r-- | www/firefox-remote/Makefile | 10 | ||||
-rw-r--r-- | www/firefox-remote/pkg-message | 2 |
2 files changed, 6 insertions, 6 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index e580beba8bf8..1b71a922ec97 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -49,7 +49,7 @@ PLIST_SUB+= MENU_THUNDERBIRD="@comment " .endif do-build: - @${REINPLACE_CMD} -e 's|@X11BASE@|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|@LOCALBASE@|${PREFIX}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} @${REINPLACE_CMD} -e 's|@UTF8@|${UTF8_HACK}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} @@ -62,15 +62,15 @@ do-install: ${PREFIX}/bin/${THUNDERBIRD_REMOTE} .if defined (WITH_MENU_FIREFOX) ${INSTALL_DATA} ${WRKSRC}/mozilla_firefox.desktop \ - ${X11BASE}/share/applications/ + ${LOCALBASE}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/mozilla_firefox.png \ - ${X11BASE}/share/pixmaps/ + ${LOCALBASE}/share/pixmaps/ .endif .if defined (WITH_MENU_THUNDERBIRD) ${INSTALL_DATA} ${WRKSRC}/mozilla_thunderbird.desktop \ - ${X11BASE}/share/applications/ + ${LOCALBASE}/share/applications/ ${INSTALL_DATA} ${WRKSRC}/mozilla_thunderbird.png \ - ${X11BASE}/share/pixmaps/ + ${LOCALBASE}/share/pixmaps/ .endif ${CAT} ${PKGMESSAGE} diff --git a/www/firefox-remote/pkg-message b/www/firefox-remote/pkg-message index 796f2f2602e3..d0af0c67380f 100644 --- a/www/firefox-remote/pkg-message +++ b/www/firefox-remote/pkg-message @@ -1,7 +1,7 @@ ======================================================================== To enable mailto: in firefox the easiest way is to install the MozEx -navigation extension and use "${X11BASE}/bin/thunderbird-remote %r" +navigation extension and use "${LOCALBASE}/bin/thunderbird-remote %r" (without quotes) as the Mailer command. ======================================================================== |