diff options
author | chris <chris@pkgsrc.org> | 2002-09-24 09:49:03 +0000 |
---|---|---|
committer | chris <chris@pkgsrc.org> | 2002-09-24 09:49:03 +0000 |
commit | 20e4f36c2042bd1672a9f90e1556e21ff26baa8b (patch) | |
tree | e5b7d3867c0ed208913c2df37e1462f647dfec82 /audio/tremor/Makefile | |
parent | 9dfd01c67bd7bbfc2fec82136ca2af204003a635 (diff) | |
download | pkgsrc-20e4f36c2042bd1672a9f90e1556e21ff26baa8b.tar.gz |
Fix version number, this release is 1.0.2, the libary version is 1.2.0.
Diffstat (limited to 'audio/tremor/Makefile')
-rw-r--r-- | audio/tremor/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/tremor/Makefile b/audio/tremor/Makefile index 8c4f867d48a..ca6d62a5209 100644 --- a/audio/tremor/Makefile +++ b/audio/tremor/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/09/24 09:33:00 chris Exp $ +# $NetBSD: Makefile,v 1.2 2002/09/24 09:49:03 chris Exp $ DISTNAME= tremor_snapshot_020923 -PKGNAME= tremor-1.2.0 +PKGNAME= tremor-1.0.2 WRKSRC= ${WRKDIR}/Tremor CATEGORIES= devel audio MASTER_SITES= http://www.xiph.org/ogg/vorbis/download/ |