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 --- misc/gnome-icon-theme/Makefile | 4 ++-- misc/gnome-user-docs/Makefile | 4 ++-- misc/gnomeuserdocs2/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'misc') diff --git a/misc/gnome-icon-theme/Makefile b/misc/gnome-icon-theme/Makefile index ad1635f5f..0cfaa897a 100644 --- a/misc/gnome-icon-theme/Makefile +++ b/misc/gnome-icon-theme/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.72 2006/03/13 19:31:42 mezz Exp $ +# $MCom: ports/misc/gnome-icon-theme/Makefile,v 1.73 2006/03/14 23:25:20 marcus Exp $ # PORTNAME= gnome-icon-theme PORTVERSION= 2.14.2 CATEGORIES= misc 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 diff --git a/misc/gnome-user-docs/Makefile b/misc/gnome-user-docs/Makefile index 8fc4a170a..e8a301eb9 100644 --- a/misc/gnome-user-docs/Makefile +++ b/misc/gnome-user-docs/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.23 2006/04/10 06:56:39 marcus Exp $ +# $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.24 2006/04/11 01:31:10 marcus Exp $ # PORTNAME= gnomeuserdocs2 PORTVERSION= 2.14.2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-user-docs/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/gnome-user-docs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-user-docs-${PORTVERSION} DIST_SUBDIR= gnome2 diff --git a/misc/gnomeuserdocs2/Makefile b/misc/gnomeuserdocs2/Makefile index 8fc4a170a..e8a301eb9 100644 --- a/misc/gnomeuserdocs2/Makefile +++ b/misc/gnomeuserdocs2/Makefile @@ -3,14 +3,14 @@ # Whom: Joe Marcus Clarke # # $FreeBSD$ -# $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.23 2006/04/10 06:56:39 marcus Exp $ +# $MCom: ports/misc/gnomeuserdocs2/Makefile,v 1.24 2006/04/11 01:31:10 marcus Exp $ # PORTNAME= gnomeuserdocs2 PORTVERSION= 2.14.2 CATEGORIES= misc gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/gnome-user-docs/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/gnome-user-docs/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= gnome-user-docs-${PORTVERSION} DIST_SUBDIR= gnome2 -- cgit v1.2.3