aboutsummaryrefslogtreecommitdiffstats
path: root/www/seamonkey
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2002-11-18 21:28:32 +0800
committermarcus <marcus@FreeBSD.org>2002-11-18 21:28:32 +0800
commit68faa1e5f8df95087b976254676466f65d721927 (patch)
tree151ea71a1b3ba7e6c82fc3c3c57875b612684be5 /www/seamonkey
parent91ae93e1d889e9e1d36a3ad40dde37f2ad870e5f (diff)
downloadfreebsd-ports-gnome-68faa1e5f8df95087b976254676466f65d721927.tar.gz
freebsd-ports-gnome-68faa1e5f8df95087b976254676466f65d721927.tar.zst
freebsd-ports-gnome-68faa1e5f8df95087b976254676466f65d721927.zip
Don't tack on an extra '-' in the include dir path.
Reported by: John Merryweather Cooper <john_m_cooper@yahoo.com>
Diffstat (limited to 'www/seamonkey')
-rw-r--r--www/seamonkey/files/patch-config_autoconf.mk.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/www/seamonkey/files/patch-config_autoconf.mk.in b/www/seamonkey/files/patch-config_autoconf.mk.in
index 0094487ddd92..c119b0c2c6a8 100644
--- a/www/seamonkey/files/patch-config_autoconf.mk.in
+++ b/www/seamonkey/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@