diff options
author | tv <tv@pkgsrc.org> | 2004-03-29 01:19:28 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-03-29 01:19:28 +0000 |
commit | 9547502aebfc8b50e9c0a6c30ad1819c8bc47b2c (patch) | |
tree | a482007887a0855676e4e8a595df9a7a9c08f6e2 /archivers/bzip2 | |
parent | a1bf4b3834c70733fa4907d169c4a582e36423bd (diff) | |
download | pkgsrc-9547502aebfc8b50e9c0a6c30ad1819c8bc47b2c.tar.gz |
Oops, forgot to bump PKGREVISION.
Diffstat (limited to 'archivers/bzip2')
-rw-r--r-- | archivers/bzip2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/archivers/bzip2/Makefile b/archivers/bzip2/Makefile index 514648e37e1..abb39b657c2 100644 --- a/archivers/bzip2/Makefile +++ b/archivers/bzip2/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.34 2004/03/29 01:18:41 tv Exp $ +# $NetBSD: Makefile,v 1.35 2004/03/29 01:19:28 tv Exp $ # DISTNAME= bzip2-1.0.2 +PKGREVISION= 1 CATEGORIES= archivers MASTER_SITES= ftp://sources.redhat.com/pub/bzip2/v102/ |