diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-12-03 17:54:57 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-12-03 17:54:57 +0000 |
commit | 569b7dfb16a23569ab78b40da14e9e68fdfcfbb0 (patch) | |
tree | 7da924d9187ab22aeefbae1addb8c15cde041ca0 /www/firefox | |
parent | 54aedc574731702c7a2ff912cc2565e61f782e87 (diff) | |
download | ports-569b7dfb16a23569ab78b40da14e9e68fdfcfbb0.tar.gz ports-569b7dfb16a23569ab78b40da14e9e68fdfcfbb0.zip |
- Move .include "${.CURDIR}/../mozilla/Makefile.common" to the bottom so
svg works for some people.
Pointyhat to: me
Notes
Notes:
svn path=/head/; revision=150299
Diffstat (limited to 'www/firefox')
-rw-r--r-- | www/firefox/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/firefox/Makefile b/www/firefox/Makefile index f2eb5ed038e2..9a4d78c69b3e 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -42,7 +42,6 @@ OPTIONS= NEWTAB "Open external links in a new tab" on \ SMB "Enable smb:// URI support using gnomevfs" off .include <bsd.port.pre.mk> -.include "${.CURDIR}/../mozilla/Makefile.common" .if ${ARCH} == "alpha" && ${OSVERSION} < 500035 IGNORE= core dumps on alpha during post-build @@ -103,4 +102,5 @@ post-install: ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/lib/${MOZILLA}/chrome/icons/default/default.xpm ${LN} -sf ${FIREFOX_ICON_SRC} ${PREFIX}/share/pixmaps/${FIREFOX_ICON} +.include "${.CURDIR}/../mozilla/Makefile.common" .include <bsd.port.post.mk> |