diff options
Diffstat (limited to 'archivers/lzop')
-rw-r--r-- | archivers/lzop/Makefile | 3 | ||||
-rw-r--r-- | archivers/lzop/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/lzop/Makefile b/archivers/lzop/Makefile index 36ee6297656..b676b5995d4 100644 --- a/archivers/lzop/Makefile +++ b/archivers/lzop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 1999/12/22 19:44:49 rh Exp $ +# $NetBSD: Makefile,v 1.3 2001/02/16 13:15:33 wiz Exp $ # DISTNAME= lzop-1.00 @@ -7,6 +7,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ MAINTAINER= packages@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzop.html +COMMENT= Fast file compressor similar to gzip, using the LZO library DEPENDS= liblzo-*:../../archivers/liblzo diff --git a/archivers/lzop/pkg/COMMENT b/archivers/lzop/pkg/COMMENT deleted file mode 100644 index f8e83d3734b..00000000000 --- a/archivers/lzop/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Fast file compressor similar to gzip, using the LZO library |