diff options
-rw-r--r-- | graphics/Mesa3/Makefile | 4 | ||||
-rw-r--r-- | graphics/mesagl/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/graphics/Mesa3/Makefile b/graphics/Mesa3/Makefile index afacfec7efae..8923de91b682 100644 --- a/graphics/Mesa3/Makefile +++ b/graphics/Mesa3/Makefile @@ -11,8 +11,8 @@ CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/mesa3d/ \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ -DISTFILES= MesaLib-${PORTVERSION}${DISTNAME}${EXTRACT_SUFX} \ - MesaDemos-${VERSION}.tar.gz +DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ + MesaDemos-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= jseger@FreeBSD.org diff --git a/graphics/mesagl/Makefile b/graphics/mesagl/Makefile index afacfec7efae..8923de91b682 100644 --- a/graphics/mesagl/Makefile +++ b/graphics/mesagl/Makefile @@ -11,8 +11,8 @@ CATEGORIES= graphics MASTER_SITES= http://download.sourceforge.net/mesa3d/ \ ftp://iris.ssec.wisc.edu/pub/Mesa/ \ ftp://ftp.fu-berlin.de/pub/unix/X11/graphics/Mesa/ -DISTFILES= MesaLib-${PORTVERSION}${DISTNAME}${EXTRACT_SUFX} \ - MesaDemos-${VERSION}.tar.gz +DISTFILES= MesaLib-${PORTVERSION}${EXTRACT_SUFX} \ + MesaDemos-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= jseger@FreeBSD.org |