diff options
Diffstat (limited to 'audio/goobox/Makefile')
-rw-r--r-- | audio/goobox/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 417f30075..3cb77ca1a 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -3,7 +3,7 @@ # Whom: Alexander Nedotsukov <bland@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/audio/goobox/Makefile,v 1.13 2006/03/13 19:31:36 mezz Exp $ +# $MCom: ports/audio/goobox/Makefile,v 1.14 2006/04/03 00:54:37 mezz Exp $ # PORTNAME= goobox @@ -11,7 +11,7 @@ PORTVERSION= 0.9.93 PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} -MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+)\.([0-9]+).*/\1.\2/} +MASTER_SITE_SUBDIR= sources/${PORTNAME}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org |