diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 04:12:38 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-04-14 04:12:38 +0000 |
commit | c841d7d1999d3291eeb28232888d27d5ca83659c (patch) | |
tree | 3f1628df9d502a5a97f8614bc40d3235403b25c8 /graphics/mesagl/Makefile | |
parent | update portname/portversion stuff (games commit part 1, a-c) (diff) |
Fix wrong variable usages. (Essential)
PR: ports/17994
Submitted by: Robert Withrow <bwithrow@nortelnetworks.com>
Diffstat (limited to 'graphics/mesagl/Makefile')
-rw-r--r-- | graphics/mesagl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |