diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2004-03-11 18:03:49 +0000 |
commit | 6c39a6eab6ab88e2dd89dec7c00e74f22113a907 (patch) | |
tree | cbbe33a27ca8ed9a1766ae778dd6daf92ed9dfa4 /archivers/lha | |
parent | f425933991a2cf279fadad07ef77122477deb2aa (diff) | |
download | pkgsrc-6c39a6eab6ab88e2dd89dec7c00e74f22113a907.tar.gz |
bl3ify
Diffstat (limited to 'archivers/lha')
-rw-r--r-- | archivers/lha/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lha/Makefile b/archivers/lha/Makefile index 5599b38e9c5..b63a2cbf4c8 100644 --- a/archivers/lha/Makefile +++ b/archivers/lha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2003/07/17 21:21:23 grant Exp $ +# $NetBSD: Makefile,v 1.17 2004/03/11 18:03:50 xtraeme Exp $ DISTNAME= lha-114i PKGNAME= lha-114.9 @@ -10,7 +10,7 @@ MASTER_SITES= http://www2m.biglobe.ne.jp/~dolphin/lha/prog/ \ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Archive files using LZW compression (.lzh files) -USE_BUILDLINK2= # defined +USE_BUILDLINK3= # defined MAKE_FLAGS= MAKE="${MAKE_PROGRAM}" |