957d841a58
<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.
10 lines
283 B
Text
10 lines
283 B
Text
$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
|