diff options
author | stefan <stefan@FreeBSD.org> | 2009-02-06 15:25:48 +0800 |
---|---|---|
committer | stefan <stefan@FreeBSD.org> | 2009-02-06 15:25:48 +0800 |
commit | b462d34afde894850ad7304fb8e910b2795e8526 (patch) | |
tree | 1f1086bf4ce7d44ad480408fe19502a740288807 /www | |
parent | 988321bcadaaf8a22a9676664bd66749cac2f0e2 (diff) | |
download | freebsd-ports-gnome-b462d34afde894850ad7304fb8e910b2795e8526.tar.gz freebsd-ports-gnome-b462d34afde894850ad7304fb8e910b2795e8526.tar.zst freebsd-ports-gnome-b462d34afde894850ad7304fb8e910b2795e8526.zip |
Use LOCALBASE instead of PREFIX where appropriate.
Noticed by: flz
Diffstat (limited to 'www')
-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} |