diff options
author | roger <roger@FreeBSD.org> | 2002-10-19 21:44:36 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2002-10-19 21:44:36 +0800 |
commit | f0ef8d6219afdaaa13d53806649eb415045e2bc3 (patch) | |
tree | 84f6f5353d686d3d6141fbdca876f349a7fd6d6b /audio/speex | |
parent | 7b9616407a5cc9a05e9b8f1849fc8ad611bcb669 (diff) | |
download | freebsd-ports-gnome-f0ef8d6219afdaaa13d53806649eb415045e2bc3.tar.gz freebsd-ports-gnome-f0ef8d6219afdaaa13d53806649eb415045e2bc3.tar.zst freebsd-ports-gnome-f0ef8d6219afdaaa13d53806649eb415045e2bc3.zip |
Rename to comply with porters handbook.
Diffstat (limited to 'audio/speex')
-rw-r--r-- | audio/speex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/speex/Makefile b/audio/speex/Makefile index 272688702f4e..aa64feb74225 100644 --- a/audio/speex/Makefile +++ b/audio/speex/Makefile @@ -7,11 +7,11 @@ # PORTNAME= speex -PORTVERSION= 1.0beta1 +PORTVERSION= 1.0.b1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -DISTNAME= Speex-${PORTVERSION} +DISTNAME= Speex-${PORTVERSION:S/.b/beta/} MAINTAINER= ports@FreeBSD.org |