diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-26 21:28:03 +0000 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-26 21:28:03 +0000 |
commit | 652878910e17f66cc86fc04d2f523b7d900084b9 (patch) | |
tree | b2952898d1d9215d4c8b93cffafcbeb074ee4ac9 /archivers | |
parent | 47b9df5e458c265aa3e07cb7bacc3ed4443f9962 (diff) | |
download | FreeBSD-ports-652878910e17f66cc86fc04d2f523b7d900084b9.zip FreeBSD-ports-652878910e17f66cc86fc04d2f523b7d900084b9.tar.gz |
my last commit didn't add patch-ab which is necessary for package building
but now..
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 0000000..d587d93 --- /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@ |