diff options
author | jlam <jlam@pkgsrc.org> | 2001-12-06 05:09:46 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-12-06 05:09:46 +0000 |
commit | 957d841a581f639f17b0ab70db3228f2dbd36222 (patch) | |
tree | 1cad3a23061e434f028af2c306fd62ab6b760805 /archivers/lha/patches/patch-ag | |
parent | 29d847b28ab6d28bf140bebfd384fde7bd3fadeb (diff) | |
download | pkgsrc-957d841a581f639f17b0ab70db3228f2dbd36222.tar.gz |
Update lha to 114.9 (114i). Package update provided by Masao Uebayashi
<uebayasi@soum.co.jp> in pkg/14824. Relevant changes from version 114f
include:
* dewey-ized package version number
* fixed header Level 2 handling bug
* fixed level 2 file append bug.
* fixed symbolic link file append bug.
* lh7 archive support.
* fixed lh7 archive bug.
Diffstat (limited to 'archivers/lha/patches/patch-ag')
-rw-r--r-- | archivers/lha/patches/patch-ag | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/archivers/lha/patches/patch-ag b/archivers/lha/patches/patch-ag new file mode 100644 index 00000000000..43afaca0048 --- /dev/null +++ b/archivers/lha/patches/patch-ag @@ -0,0 +1,10 @@ +$NetBSD: patch-ag,v 1.1 2001/12/06 05:09:48 jlam Exp $ + +--- src/Makefile.orig Fri Dec 15 21:13:15 2000 ++++ src/Makefile +@@ -49,4 +49,4 @@ + rm -f core *.o lha.tar lha.tar.Z *~ \#* *.orig + + install: +- $(INSTALL) $(INSTALLBIN) lha $(BINDIR)/lha ++ $(BSD_INSTALL_BIN) lha $(BINDIR)/lha |