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/bzip2 | |
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/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 3 | ||||
-rw-r--r-- | archivers/bzip2/pkg/COMMENT | 1 |
2 files changed, 2 insertions, 2 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 002eeebd11e..cc429189d5e 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2001/01/11 10:49:58 tron Exp $ +# $NetBSD: Makefile,v 1.15 2001/02/16 13:15:25 wiz Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/11/20 08:18:40 tg Exp # @@ -9,6 +9,7 @@ MASTER_SITES= http://www.muraroa.demon.co.uk/ \ MAINTAINER= packages@netbsd.org HOMEPAGE= http://sourceware.cygnus.com/bzip2/index.html +COMMENT= Block-sorting file compressor .if exists(/usr/bin/bzip2) IGNORE= "${PKGNAME} is part of your ${OPSYS} distribution" diff --git a/archivers/bzip2/pkg/COMMENT b/archivers/bzip2/pkg/COMMENT deleted file mode 100644 index db02c0679cb..00000000000 --- a/archivers/bzip2/pkg/COMMENT +++ /dev/null @@ -1 +0,0 @@ -Block-sorting file compressor |