Subject: pkg/12888: .lha missing from bsd.pkg.mk
To: None <gnats-bugs@gnats.netbsd.org>
From: None <collver@linuxfreemail.com>
List: netbsd-bugs
Date: 05/09/2001 21:49:27
>Number:         12888
>Category:       pkg
>Synopsis:       .lha missing from bsd.pkg.mk
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Wed May 09 21:49:00 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Ben Collver
>Release:        NetBSD 1.5
>Organization:
>Environment:
>Description:
In the current pkgsrc, .lzh distfile archives are automatically handled
by bsd.pkg.mk.  It is also common for lha archives to have the file
extension .lha.
>How-To-Repeat:

>Fix:
in /usr/pkgsrc/mk/bsd.pkg.mk
-.elif ${EXTRACT_SUFX} == ".lzh"
+.elif ${EXTRACT_SUFX} == ".lzh" || ${EXTRACT_SUFX} == ".lha"
>Release-Note:
>Audit-Trail:
>Unformatted: