From ddd409c98abe6dc5224ebdffeb22041e698e5c55 Mon Sep 17 00:00:00 2001 From: mezz Date: Mon, 13 Mar 2006 19:31:50 +0000 Subject: Change the MASTER_SITE_SUBDIR from: sources/${PORTNAME}/${PORTVERSION:R} To: sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} That way you don't have to tweak :R or :R:R if there has four any third point release. Half of them have been tested. Suggested by: bland git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5906 df743ca5-7f9a-e211-a948-0013205c9059 --- accessibility/dasher/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'accessibility/dasher') diff --git a/accessibility/dasher/Makefile b/accessibility/dasher/Makefile index 6a1cb0c83..e8f718ba4 100644 --- a/accessibility/dasher/Makefile +++ b/accessibility/dasher/Makefile @@ -3,7 +3,7 @@ # Whom: lewiz # # $FreeBSD$ -# $MCom: ports/accessibility/dasher/Makefile,v 1.28 2006/03/02 20:08:31 mezz Exp $ +# $MCom: ports/accessibility/dasher/Makefile,v 1.29 2006/03/13 06:06:01 mezz Exp $ # PORTNAME= dasher @@ -11,7 +11,7 @@ PORTVERSION= 3.99.5 PORTEPOCH= 1 CATEGORIES= accessibility editors x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:R} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} DIST_SUBDIR= gnome2 MAINTAINER= lewiz@compsoc.man.ac.uk -- cgit v1.2.3