diff options
author | itojun <itojun@pkgsrc.org> | 2004-05-06 08:15:08 +0000 |
---|---|---|
committer | itojun <itojun@pkgsrc.org> | 2004-05-06 08:15:08 +0000 |
commit | 005e94d6edf561a29483da52c38537a77e32471e (patch) | |
tree | aafb7ab952165ac704d7888602e26664a156a3c4 /archivers | |
parent | 8a15d1602c27a2c7f639cf63dadb0cdc5b88bc9f (diff) | |
download | pkgsrc-005e94d6edf561a29483da52c38537a77e32471e.tar.gz |
add HOMEPAGE
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/lha/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 6706f66640a..9aa68700e49 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2004/03/23 04:40:59 jlam Exp $ +# $NetBSD: Makefile,v 1.19 2004/05/06 08:15:08 itojun Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 @@ -8,6 +8,7 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ ftp://ftp.win.ne.jp/pub/misc/ MAINTAINER= tech-pkg@NetBSD.org +HOMEPAGE= http://www2m.biglobe.ne.jp/~dolphin/lha/lha-unix.htm COMMENT= Archive files using LZW compression (.lzh files) USE_BUILDLINK3= yes |