diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-26 06:06:42 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-06-26 06:06:42 +0800 |
commit | 0e809bab9288f8966606eb01c8bab92b4d3790a5 (patch) | |
tree | 09ac0849dc6fcd228aa2dc9c54f4ce71e18fb27a /x11-toolkits | |
parent | 85347a33cd1ffe90e361d40a326264e41addc062 (diff) | |
download | marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.tar marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.tar.gz marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.tar.bz2 marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.tar.lz marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.tar.xz marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.tar.zst marcuscom-ports-0e809bab9288f8966606eb01c8bab92b4d3790a5.zip |
Fix the fetch. I fetched it when I had 'gtksourceview' before add '2' in it.
;-)
Reported by: Yasuda Keisuke <kysd@po.harenet.ne.jp>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9077 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtksourceview2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/gtksourceview2/Makefile b/x11-toolkits/gtksourceview2/Makefile index 41c75af3b..548f93b2e 100644 --- a/x11-toolkits/gtksourceview2/Makefile +++ b/x11-toolkits/gtksourceview2/Makefile @@ -3,7 +3,7 @@ # Whom: Joe Marcus Clarke <marcus@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/x11-toolkits/gtksourceview2/Makefile,v 1.47 2007/06/25 20:59:00 mezz Exp $ # PORTNAME= gtksourceview2 @@ -11,7 +11,7 @@ PORTVERSION= 1.90.1 PORTREVISION?= 0 CATEGORIES= x11-toolkits gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DISTNAME= ${PORTNAME:S/2//}-${PORTVERSION} DIST_SUBDIR= gnome2 |