diff options
author | Stefan Walter <stefan@FreeBSD.org> | 2009-02-05 09:36:42 +0000 |
---|---|---|
committer | Stefan Walter <stefan@FreeBSD.org> | 2009-02-05 09:36:42 +0000 |
commit | 339ed69f96eeac98a5c03da93ab7e17713d9b517 (patch) | |
tree | f54f5b400c11a74dda798947b5cd4555a1c6e1ef /www/firefox-remote | |
parent | 44c636efcc26f753ec5333510e76471353621307 (diff) | |
download | ports-339ed69f96eeac98a5c03da93ab7e17713d9b517.tar.gz ports-339ed69f96eeac98a5c03da93ab7e17713d9b517.zip |
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 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} |