diff options
author | marcus <marcus@FreeBSD.org> | 2004-02-11 16:18:19 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-02-11 16:18:19 +0800 |
commit | da8725c7b40001b36af8543efc352e88a7da9f6e (patch) | |
tree | 4ac813624ca536ba4d110114c4eda9d2ec4303aa /www/firefox3-devel/Makefile | |
parent | 99349054b1b1188e4d38eb4751893e1059404f2d (diff) | |
download | freebsd-ports-gnome-da8725c7b40001b36af8543efc352e88a7da9f6e.tar.gz freebsd-ports-gnome-da8725c7b40001b36af8543efc352e88a7da9f6e.tar.zst freebsd-ports-gnome-da8725c7b40001b36af8543efc352e88a7da9f6e.zip |
Fix a bug where @PREFIX@ was being substituted with the fake package prefix
paths.
Diffstat (limited to 'www/firefox3-devel/Makefile')
-rw-r--r-- | www/firefox3-devel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/firefox3-devel/Makefile b/www/firefox3-devel/Makefile index fa30a6eb63a5..716efdb78852 100644 --- a/www/firefox3-devel/Makefile +++ b/www/firefox3-devel/Makefile @@ -7,6 +7,7 @@ PORTNAME= firefox PORTVERSION= 0.8 +PORTREVISION= 1 CATEGORIES= www MASTER_SITES= ${MASTER_SITE_MOZILLA} MASTER_SITE_SUBDIR= ${PORTNAME}/releases/${PORTVERSION} @@ -98,7 +99,7 @@ post-extract:: -e 's|@LIBS@|${LIBS}|' \ -e 's|@X11BASE@|${X11BASE}|' \ -e 's|@LOCALBASE@|${LOCALBASE}|' \ - -e 's|@PREFIX@|${FAKEDIR}/lib/firefox|' \ + -e 's|@PREFIX@|${PREFIX}/lib/firefox|' \ -e 's|@PERL@|${PERL5}|' \ <${FILESDIR}/mozconfig.in >${WRKSRC}/.mozconfig |