diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2005-01-09 21:47:15 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2005-01-09 21:47:15 +0000 |
commit | 5147d2a54e67a082f6418d5b3707b1cdd442d14f (patch) | |
tree | b970395eb36f9a7b4324a76918dc628e4378e078 /archivers/gtar/files/patch-lib_Makefile.in | |
parent | o Cleanup to support DragonFlyBSD. [1] (diff) |
Update to 1.15.1. Notable changes:
- Compressed archives are now recognized automatically.
- Numerous bug fixes.
Add a target "test" to run the included regression test suite.
Notes
Notes:
svn path=/head/; revision=126002
Diffstat (limited to 'archivers/gtar/files/patch-lib_Makefile.in')
-rw-r--r-- | archivers/gtar/files/patch-lib_Makefile.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/archivers/gtar/files/patch-lib_Makefile.in b/archivers/gtar/files/patch-lib_Makefile.in new file mode 100644 index 000000000000..e00d9917315c --- /dev/null +++ b/archivers/gtar/files/patch-lib_Makefile.in @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- lib/Makefile.in.orig ++++ lib/Makefile.in +@@ -720,7 +720,7 @@ + + install-data-am: + +-install-exec-am: install-exec-local ++install-exec-am: + + install-info: install-info-am + |