summaryrefslogtreecommitdiff
path: root/archivers/lzop
diff options
context:
space:
mode:
authorwiz <wiz>2001-02-16 13:15:24 +0000
committerwiz <wiz>2001-02-16 13:15:24 +0000
commit8a5bced2c5ce685062a71bb9f98e18b3d8f39004 (patch)
tree06a5f88befec2c73bde9a0271a4f85951b2118d5 /archivers/lzop
parentbaedb467516b812e3c232e88e02d2c9c6b8330f8 (diff)
downloadpkgsrc-8a5bced2c5ce685062a71bb9f98e18b3d8f39004.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/Makefile3
-rw-r--r--archivers/lzop/pkg/COMMENT1
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