diff options
Diffstat (limited to 'net/vino/Makefile')
-rw-r--r-- | net/vino/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/vino/Makefile b/net/vino/Makefile index 4200abad5..2d1a1e0d2 100644 --- a/net/vino/Makefile +++ b/net/vino/Makefile @@ -3,14 +3,14 @@ # Whom: Tom McLaughlin <tmclaugh@sdf.lonestar.org> # # $FreeBSD$ -# $MCom: ports/net/vino/Makefile,v 1.25 2006/03/02 20:53:10 mezz Exp $ +# $MCom: ports/net/vino/Makefile,v 1.26 2006/03/13 06:55:51 mezz Exp $ # PORTNAME= vino PORTVERSION= 2.13.5 CATEGORIES= net 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/} MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop |