From d99139db682a0df94e851093755c66cef28610fd Mon Sep 17 00:00:00 2001 From: bland Date: Thu, 13 Apr 2006 07:57:40 +0000 Subject: Correct suboptimal regexp I suggested to mezz. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6065 df743ca5-7f9a-e211-a948-0013205c9059 --- multimedia/totem/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'multimedia/totem') diff --git a/multimedia/totem/Makefile b/multimedia/totem/Makefile index 08bdf8392..7f17eec05 100644 --- a/multimedia/totem/Makefile +++ b/multimedia/totem/Makefile @@ -9,7 +9,7 @@ PORTNAME= totem PORTVERSION= 1.4.0 CATEGORIES= multimedia gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER?= hendrik@scholz.net -- cgit v1.2.3