diff options
author | andreas <andreas@FreeBSD.org> | 2000-12-27 05:28:03 +0800 |
---|---|---|
committer | andreas <andreas@FreeBSD.org> | 2000-12-27 05:28:03 +0800 |
commit | 652878910e17f66cc86fc04d2f523b7d900084b9 (patch) | |
tree | b2952898d1d9215d4c8b93cffafcbeb074ee4ac9 /sysutils | |
parent | 47b9df5e458c265aa3e07cb7bacc3ed4443f9962 (diff) | |
download | freebsd-ports-graphics-652878910e17f66cc86fc04d2f523b7d900084b9.tar.gz freebsd-ports-graphics-652878910e17f66cc86fc04d2f523b7d900084b9.tar.zst freebsd-ports-graphics-652878910e17f66cc86fc04d2f523b7d900084b9.zip |
my last commit didn't add patch-ab which is necessary for package building
but now..
Diffstat (limited to 'sysutils')
-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 00000000000..d587d93f8f5 --- /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@ |