58cfbc4b97
This is the current release of the Seamonkey open source web browser. It should be fully compliant with all W3C standards, including HTML, CSS, XML, XSL, JavaScript, MathML, SSL encryption, SVG and RDF. Also supports Java with the use of the FreeBSD native Java plug-in. This is the latest bleeding edge release. Beware that you'll probably find bugs here, so if you value stability, try www/mozilla. WWW: http://www.mozilla.org/projects/seamonkey/ Repocopied by: marcus
18 lines
591 B
Makefile
18 lines
591 B
Makefile
--- config/autoconf.mk.in.orig Mon Mar 15 22:56:25 2004
|
|
+++ config/autoconf.mk.in Fri Mar 19 15:17:50 2004
|
|
@@ -31,13 +31,13 @@
|
|
prefix = @prefix@
|
|
exec_prefix = @exec_prefix@
|
|
bindir = @bindir@
|
|
-includedir = @includedir@/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+includedir = @includedir@/%%MOZILLA%%
|
|
libdir = @libdir@
|
|
datadir = @datadir@
|
|
mandir = @mandir@
|
|
idldir = @datadir@/idl/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
|
|
-mozappdir = $(libdir)/$(MOZ_APP_NAME)-$(MOZ_APP_VERSION)
|
|
+mozappdir = $(libdir)/%%MOZILLA%%
|
|
mredir = $(libdir)/mre/mre-$(MOZ_APP_VERSION)
|
|
mrelibdir = $(mredir)/lib
|
|
|