summaryrefslogtreecommitdiff
path: root/www/seamonkey2
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-18 13:28:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-11-18 13:28:32 +0000
commitbd86e479e967a7dd7fc9537c5a8c9b25c7f2c8ec (patch)
treef1adca1bca5c90388a02d309bbbf256dc655a49c /www/seamonkey2
parentRemove uneeded patch that was breaking build. (diff)
Don't tack on an extra '-' in the include dir path.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Notes
Notes: svn path=/head/; revision=70409
Diffstat (limited to 'www/seamonkey2')
-rw-r--r--www/seamonkey2/files/patch-config_autoconf.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey2/files/patch-config_autoconf.mk.in b/www/seamonkey2/files/patch-config_autoconf.mk.in
index 0094487ddd92..c119b0c2c6a8 100644
--- a/www/seamonkey2/files/patch-config_autoconf.mk.in
+++ b/www/seamonkey2/files/patch-config_autoconf.mk.in
@@ -5,7 +5,7 @@
exec_prefix = @exec_prefix@
bindir = @bindir@
-includedir = @includedir@/mozilla-$(MOZILLA_VERSION)
-+includedir = @includedir@/mozilla-%%HEADERS_SUFX%%
++includedir = @includedir@/mozilla%%HEADERS_SUFX%%
libdir = @libdir@
datadir = @datadir@
mandir = @mandir@