diff options
Diffstat (limited to 'x11-fm/nautilus2/Makefile')
-rw-r--r-- | x11-fm/nautilus2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile index c9ca2d85a..c3913bd84 100644 --- a/x11-fm/nautilus2/Makefile +++ b/x11-fm/nautilus2/Makefile @@ -3,14 +3,14 @@ # Whom: ade, archie # # $FreeBSD$ -# $MCom: ports/x11-fm/nautilus2/Makefile,v 1.101 2006/03/13 07:24:52 mezz Exp $ +# $MCom: ports/x11-fm/nautilus2/Makefile,v 1.102 2006/03/13 14:49:58 ahze Exp $ # PORTNAME= nautilus2 PORTVERSION= 2.14.0 CATEGORIES= x11-fm gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:R} +MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} DISTNAME= nautilus-${PORTVERSION} DIST_SUBDIR= gnome2 |