diff options
author | ade <ade@FreeBSD.org> | 2007-09-30 13:19:51 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2007-09-30 13:19:51 +0800 |
commit | 32acc64c90b349a3451c45195598a4cc802efba5 (patch) | |
tree | c6efb033b7b4b115671018f3349356e4ea5550b4 /shells | |
parent | d3b9a35881e3f223ce7cfaefd78552c2b986341b (diff) | |
download | freebsd-ports-gnome-32acc64c90b349a3451c45195598a4cc802efba5.tar.gz freebsd-ports-gnome-32acc64c90b349a3451c45195598a4cc802efba5.tar.zst freebsd-ports-gnome-32acc64c90b349a3451c45195598a4cc802efba5.zip |
Add new files that got accidently missed during autoconf update patch.
PR: 116639
Diffstat (limited to 'shells')
-rw-r--r-- | shells/fish/files/patch-configure.ac | 13 |
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] ) + |