diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-01 09:39:19 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-10-01 09:39:19 +0000 |
commit | 8244fc50b0624cf22e84e30cc765169c74fd6f8a (patch) | |
tree | e61a9d5927a109e7657d28cd8f67729421b15291 /sysutils/gtar/files/patch-ab | |
parent | Use the gettext port. Remove an include which is already in the base (diff) |
- update port to last gtar release
- fixes --exclude, -X problem in version 1.13, where excludes have been
wrongly interpreted as filenames (not pathnames)
- some cosmetics from naddy
Submitted by: Christian Weisgerber <naddy@unix-ag.uni-kl.de>
Notes
Notes:
svn path=/head/; revision=33280
Diffstat (limited to 'sysutils/gtar/files/patch-ab')
-rw-r--r-- | sysutils/gtar/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gtar/files/patch-ab b/sysutils/gtar/files/patch-ab new file mode 100644 index 000000000000..d587d93f8f5c --- /dev/null +++ b/sysutils/gtar/files/patch-ab @@ -0,0 +1,11 @@ +--- doc/Makefile.in.orig Wed Sep 27 19:15:21 2000 ++++ doc/Makefile.in Wed Sep 27 19:15:33 2000 +@@ -80,7 +80,7 @@ + INTLLIBS = @INTLLIBS@ + INTLOBJS = @INTLOBJS@ + LIBOBJS = @LIBOBJS@ +-MAKEINFO = @MAKEINFO@ ++MAKEINFO = @MAKEINFO@ --no-split + MKINSTALLDIRS = @MKINSTALLDIRS@ + MSGFMT = @MSGFMT@ + PACKAGE = @PACKAGE@ |