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 --- www/epiphany/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'www/epiphany') diff --git a/www/epiphany/Makefile b/www/epiphany/Makefile index 8ffdb98a8..96d0636db 100644 --- a/www/epiphany/Makefile +++ b/www/epiphany/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/www/epiphany/Makefile,v 1.110 2006/04/11 00:56:27 marcus Exp $ +# $MCom: ports/www/epiphany/Makefile,v 1.111 2006/04/12 06:20:33 marcus Exp $ # PORTNAME= epiphany PORTVERSION= 2.14.1 CATEGORIES= www 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= gnome@FreeBSD.org -- cgit v1.2.3