diff options
-rw-r--r-- | www/firefox-remote/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/firefox-remote/Makefile b/www/firefox-remote/Makefile index 1b71a922ec97..eb1652127b63 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 20040803 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www MASTER_SITES= http://www.webonaut.com/distfiles/${PORTNAME}${PKGNAMESUFFIX}/ PKGNAMESUFFIX= -remote @@ -49,7 +49,7 @@ PLIST_SUB+= MENU_THUNDERBIRD="@comment " .endif do-build: - @${REINPLACE_CMD} -e 's|@LOCALBASE@|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|@X11BASE@|${PREFIX}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} @${REINPLACE_CMD} -e 's|@UTF8@|${UTF8_HACK}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} |