From 0e71b21015374525bd8575b7ed3d315050800a50 Mon Sep 17 00:00:00 2001
From: mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>
Date: Mon, 13 Mar 2006 07:34:35 +0000
Subject: Change the MASTER_SITE_SUBDIR from:

	sources/${PORTNAME}/[0-9]

To:

	sources/${PORTNAME}/${PORTVERSION:R}

Lazy way is nice. ;-) Those have been tested.


git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5901 df743ca5-7f9a-e211-a948-0013205c9059
---
 x11-toolkits/gtksourceview/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'x11-toolkits/gtksourceview')

diff --git a/x11-toolkits/gtksourceview/Makefile b/x11-toolkits/gtksourceview/Makefile
index 52a913ce7..ee98e05f1 100644
--- a/x11-toolkits/gtksourceview/Makefile
+++ b/x11-toolkits/gtksourceview/Makefile
@@ -3,14 +3,14 @@
 # Whom:					Joe Marcus Clarke <marcus@FreeBSD.org>
 #
 # $FreeBSD$
-#   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.32 2006/03/02 21:22:09 mezz Exp $
+#   $MCom: ports/x11-toolkits/gtksourceview/Makefile,v 1.33 2006/03/12 19:34:29 marcus Exp $
 #
 
 PORTNAME=	gtksourceview
 PORTVERSION=	1.6.0
 CATEGORIES=	x11-toolkits gnome
 MASTER_SITES=	${MASTER_SITE_GNOME}
-MASTER_SITE_SUBDIR=	sources/${PORTNAME}/1.6
+MASTER_SITE_SUBDIR=	sources/${PORTNAME}/${PORTVERSION:R}
 DIST_SUBDIR=	gnome2
 
 MAINTAINER=	gnome@FreeBSD.org
-- 
cgit