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 --- x11/zenity/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'x11/zenity') diff --git a/x11/zenity/Makefile b/x11/zenity/Makefile index a8c998eae..fc0433836 100644 --- a/x11/zenity/Makefile +++ b/x11/zenity/Makefile @@ -3,14 +3,14 @@ # Whom: Franz Klammer # # $FreeBSD$ -# $MCom: ports/x11/zenity/Makefile,v 1.54 2006/03/02 21:16:03 mezz Exp $ +# $MCom: ports/x11/zenity/Makefile,v 1.55 2006/03/13 07:23:16 mezz Exp $ # PORTNAME= zenity PORTVERSION= 2.13.90 CATEGORIES= 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= gnome@FreeBSD.org -- cgit v1.2.3