diff options
author | wiz <wiz@pkgsrc.org> | 2001-02-16 13:15:24 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-02-16 13:15:24 +0000 |
commit | c53fae8ea17f706db2f32296be3379daf741ad54 (patch) | |
tree | 06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/lzop | |
parent | 3dce66c1f76b221d0d5070766cfd87a117dc8adb (diff) | |
download | pkgsrc-c53fae8ea17f706db2f32296be3379daf741ad54.tar.gz |
Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.
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 |