diff options
Diffstat (limited to 'audio/umodplayer/Makefile')
-rw-r--r-- | audio/umodplayer/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile index e0ae27e133b5..fff4a4afceca 100644 --- a/audio/umodplayer/Makefile +++ b/audio/umodplayer/Makefile @@ -2,12 +2,11 @@ # $FreeBSD$ PORTNAME= umodplayer -PORTVERSION= 0.${DISTVERSION:tl} -DISTVERSION= B5.1 +PORTVERSION= 0.b5.1 PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/UModPlayer%20B5 -DISTNAME= ${PORTNAME}_${DISTVERSION} +DISTNAME= ${PORTNAME}_${PORTVERSION:S/^0.//:tu} MAINTAINER= ports@FreeBSD.org COMMENT= Console module player |