diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2009-02-06 07:25:48 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2009-02-06 07:25:48 +0000 |
commit | e4b3eb1013c59734714665b32043395dc7f7322d (patch) | |
tree | d8a49f1d7cae2b3def7687a4111a9e5feeeff3bc /www/firefox-remote | |
parent | eb3283ed6e1cfa0eb0d2d6d421204e8f69f66bc8 (diff) |
Notes
Diffstat (limited to 'www/firefox-remote')
-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 eb1652127b63..6414c7678d78 100644 --- a/www/firefox-remote/Makefile +++ b/www/firefox-remote/Makefile @@ -7,7 +7,7 @@ PORTNAME= firefox PORTVERSION= 20040803 -PORTREVISION= 2 +PORTREVISION= 3 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|@X11BASE@|${PREFIX}|g' \ + @${REINPLACE_CMD} -e 's|@X11BASE@|${LOCALBASE}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} @${REINPLACE_CMD} -e 's|@UTF8@|${UTF8_HACK}|g' \ ${WRKSRC}/${FIREFOX_REMOTE} |