aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/divx4linux4
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2002-01-30 23:58:26 +0800
committerlioux <lioux@FreeBSD.org>2002-01-30 23:58:26 +0800
commit25b7ba16ba6bb7a9c68d0c6bdfd53b18f752c7bc (patch)
treed697ab2326317a27ef96276df533ab3174aca8d3 /graphics/divx4linux4
parent1b3fe41ebdc3426ff980f10759c74befc00ab94b (diff)
downloadfreebsd-ports-gnome-25b7ba16ba6bb7a9c68d0c6bdfd53b18f752c7bc.tar.gz
freebsd-ports-gnome-25b7ba16ba6bb7a9c68d0c6bdfd53b18f752c7bc.tar.zst
freebsd-ports-gnome-25b7ba16ba6bb7a9c68d0c6bdfd53b18f752c7bc.zip
o PORTVERSION should not contain _ since it is reserved for PORTREVISION
o maintain crazy PORTVERSION numbering as a defensive measure for the time being Spotted by: naddy, Tadayuki OKADA <tadayuki@mediaone.net>
Diffstat (limited to 'graphics/divx4linux4')
-rw-r--r--graphics/divx4linux4/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/divx4linux4/Makefile b/graphics/divx4linux4/Makefile
index a8d5a91047c9..0191ca145146 100644
--- a/graphics/divx4linux4/Makefile
+++ b/graphics/divx4linux4/Makefile
@@ -6,10 +6,10 @@
#
PORTNAME= divx4linux
-PORTVERSION= 0.${RELEASE_DATE}
+PORTVERSION= 0.${RELEASE_DATE:S/_/./}
CATEGORIES= graphics linux
MASTER_SITES= http://download.divx.com/videocodecs/linux/
-DISTNAME= ${PORTNAME}-${PORTVERSION:S/^0.//}
+DISTNAME= ${PORTNAME}-${RELEASE_DATE}
EXTRACT_SUFX= .tgz
MAINTAINER= lioux@FreeBSD.org