aboutsummaryrefslogtreecommitdiff
path: root/shells/fish
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2007-09-30 05:19:51 +0000
committerAde Lovett <ade@FreeBSD.org>2007-09-30 05:19:51 +0000
commit1f63d4fac86cc7ef52d24612bee009c7afd76a4c (patch)
tree52d6c87defc1116f8beb36779e1fac176afe749a /shells/fish
parent81dd862bc69f5a16b26e45ab2e0aa186de1ba096 (diff)
Notes
Diffstat (limited to 'shells/fish')
-rw-r--r--shells/fish/files/patch-configure.ac13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/fish/files/patch-configure.ac b/shells/fish/files/patch-configure.ac
new file mode 100644
index 000000000000..e9d3338d8812
--- /dev/null
+++ b/shells/fish/files/patch-configure.ac
@@ -0,0 +1,13 @@
+--- configure.ac.orig 2007-02-08 09:38:58.000000000 -0800
++++ configure.ac 2007-09-22 18:29:24.000000000 -0700
+@@ -412,9 +412,3 @@
+
+-AC_ARG_VAR( [docdir], [Documentation direcotry] )
+-
+-if test -z $docdir; then
+- AC_SUBST(docdir, [$datadir/doc/fish] )
+-else
+- AC_SUBST(docdir, [$docdir])
+-fi
++AC_SUBST(docdir, [$datadir/doc/fish] )
+