diff options
author | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-26 21:28:03 +0000 |
---|---|---|
committer | Andreas Klemm <andreas@FreeBSD.org> | 2000-12-26 21:28:03 +0000 |
commit | f73e0e4a822f5ca90d682fbc33af1661c5d2777c (patch) | |
tree | d90d1a21a93d96e6dd200880be62d94e2b690a89 /archivers | |
parent | import more stuff from PR 23815 (diff) |
my last commit didn't add patch-ab which is necessary for package building
but now..
Notes
Notes:
svn path=/head/; revision=36391
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/gtar/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/archivers/gtar/files/patch-ab b/archivers/gtar/files/patch-ab new file mode 100644 index 000000000000..d587d93f8f5c --- /dev/null +++ b/archivers/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@ |