aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey2/files
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-18 06:09:06 +0800
committermarcus <marcus@FreeBSD.org>2002-11-18 06:09:06 +0800
commit65787a11143d660afa17b9b2d306d971720efdc9 (patch)
tree383558558ff62df3480078572f239d73207c506d /www/seamonkey2/files
parent0dd4c63ec886f729e329f692284f1149ed251df3 (diff)
downloadfreebsd-ports-graphics-65787a11143d660afa17b9b2d306d971720efdc9.tar.gz
freebsd-ports-graphics-65787a11143d660afa17b9b2d306d971720efdc9.tar.zst
freebsd-ports-graphics-65787a11143d660afa17b9b2d306d971720efdc9.zip
* Make this port a master port which can support slaves
* Install .pc files when built with WITH_GTK2 * Don't play with Xft stuff in source files unless we're building with with Xft support enabled.
Diffstat (limited to 'www/seamonkey2/files')
-rw-r--r--www/seamonkey2/files/mozilla.sh2
-rw-r--r--www/seamonkey2/files/patch-config_autoconf.mk.in18
2 files changed, 19 insertions, 1 deletions
diff --git a/www/seamonkey2/files/mozilla.sh b/www/seamonkey2/files/mozilla.sh
index ca62e8a480f..efea04a63e1 100644
--- a/www/seamonkey2/files/mozilla.sh
+++ b/www/seamonkey2/files/mozilla.sh
@@ -2,5 +2,5 @@
#
# $FreeBSD$
-cd @PREFIX@/lib/mozilla-devel
+cd @PREFIX@/lib/%%MOZILLA%%
exec ./mozilla "$@"
diff --git a/www/seamonkey2/files/patch-config_autoconf.mk.in b/www/seamonkey2/files/patch-config_autoconf.mk.in
new file mode 100644
index 00000000000..0094487ddd9
--- /dev/null
+++ b/www/seamonkey2/files/patch-config_autoconf.mk.in
@@ -0,0 +1,18 @@
+--- config/autoconf.mk.in.orig Sun Nov 17 14:47:49 2002
++++ config/autoconf.mk.in Sun Nov 17 14:48:17 2002
+@@ -30,13 +30,13 @@
+ prefix = @prefix@
+ exec_prefix = @exec_prefix@
+ bindir = @bindir@
+-includedir = @includedir@/mozilla-$(MOZILLA_VERSION)
++includedir = @includedir@/mozilla-%%HEADERS_SUFX%%
+ libdir = @libdir@
+ datadir = @datadir@
+ mandir = @mandir@
+ idldir = @datadir@/idl/mozilla-$(MOZILLA_VERSION)
+
+-mozappdir = $(libdir)/mozilla-$(MOZILLA_VERSION)
++mozappdir = $(libdir)/%%MOZILLA%%
+ mredir = $(libdir)/mre/mre-$(MOZILLA_VERSION)
+ mrelibdir = $(mredir)/lib
+