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/liblzo | |
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/liblzo')
-rw-r--r-- | archivers/liblzo/Makefile | 3 | ||||
-rw-r--r-- | archivers/liblzo/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/liblzo/Makefile b/archivers/liblzo/Makefile index d35a51f1dfd..1b50602bf71 100644 --- a/archivers/liblzo/Makefile +++ b/archivers/liblzo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2000/06/09 06:54:51 jlam Exp $ +# $NetBSD: Makefile,v 1.5 2001/02/16 13:15:33 wiz Exp $ # DISTNAME= lzo-1.06 @@ -11,6 +11,7 @@ MASTER_SITES= http://wildsau.idv.uni-linz.ac.at/mfx/lzo-download/ \ MAINTAINER= rh@netbsd.org HOMEPAGE= http://wildsau.idv.uni-linz.ac.at/mfx/lzo.html +COMMENT= Portable lossless data compression library written in ANSI C GNU_CONFIGURE= # defined USE_LIBTOOL= # defined diff --git a/archivers/liblzo/pkg/COMMENT b/archivers/liblzo/pkg/COMMENT deleted file mode 100644 index d2f7effccf3..00000000000 --- a/archivers/liblzo/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Portable lossless data compression library written in ANSI C |