diff options
Diffstat (limited to 'x11-toolkits/py-gtk2')
-rw-r--r-- | x11-toolkits/py-gtk2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/py-gtk2/Makefile b/x11-toolkits/py-gtk2/Makefile index 973c91757..9e1a45e17 100644 --- a/x11-toolkits/py-gtk2/Makefile +++ b/x11-toolkits/py-gtk2/Makefile @@ -3,7 +3,7 @@ # Whom: marc@informatik.uni-bremen.de # # $FreeBSD$ -# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.33 2006/02/25 00:40:48 marcus Exp $ +# $MCom: ports/x11-toolkits/py-gtk2/Makefile,v 1.34 2006/03/13 07:34:35 mezz Exp $ # PORTNAME= gtk @@ -11,7 +11,7 @@ PORTVERSION= 2.8.4 PORTREVISION= 1 CATEGORIES= x11-toolkits python MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:R} +MASTER_SITE_SUBDIR= sources/pygtk/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} DISTNAME= pygtk-${PORTVERSION} DIST_SUBDIR= gnome2 |