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 --- textproc/libxml++26/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'textproc/libxml++26/Makefile') diff --git a/textproc/libxml++26/Makefile b/textproc/libxml++26/Makefile index 0d5bf4e7a..0b1347f2a 100644 --- a/textproc/libxml++26/Makefile +++ b/textproc/libxml++26/Makefile @@ -4,14 +4,14 @@ # Whom: Ying-Chieh Liao # # $FreeBSD$ -# $MCom: ports/textproc/libxml++26/Makefile,v 1.11 2006/03/13 19:31:45 mezz Exp $ +# $MCom: ports/textproc/libxml++26/Makefile,v 1.12 2006/03/13 22:27:57 marcus Exp $ # PORTNAME= libxml++ PORTVERSION= 2.14.0 CATEGORIES= textproc 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/} MAINTAINER= bland@FreeBSD.org COMMENT= XML API for C++ -- cgit v1.2.3