diff options
author | naddy <naddy@FreeBSD.org> | 2003-01-30 22:08:45 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-01-30 22:08:45 +0000 |
commit | 237ffc3e010472fc46081d22dbff59c669da85eb (patch) | |
tree | b9deaa822b7dfe1c42d8f7fe115e1f338f898e62 /audio/vorbis-tools/Makefile | |
parent | 2dd0ead3223caae8f3efe74f4100512bb1ef38e4 (diff) | |
download | FreeBSD-ports-237ffc3e010472fc46081d22dbff59c669da85eb.zip FreeBSD-ports-237ffc3e010472fc46081d22dbff59c669da85eb.tar.gz |
Fix glitch in option handling.
Diffstat (limited to 'audio/vorbis-tools/Makefile')
-rw-r--r-- | audio/vorbis-tools/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/vorbis-tools/Makefile b/audio/vorbis-tools/Makefile index 3818b9e..44576c9 100644 --- a/audio/vorbis-tools/Makefile +++ b/audio/vorbis-tools/Makefile @@ -7,7 +7,7 @@ PORTNAME= vorbis-tools PORTVERSION= 1.0 -PORTREVISION= 1 +PORTREVISION= 2 PORTEPOCH= 3 CATEGORIES= audio MASTER_SITES= ftp://ftp.wiles.org/pub/mirrors/Vorbis/unix/ \ |