summaryrefslogtreecommitdiff
path: root/graphics/mesagl
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-04-14 04:12:38 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-04-14 04:12:38 +0000
commitc841d7d1999d3291eeb28232888d27d5ca83659c (patch)
tree3f1628df9d502a5a97f8614bc40d3235403b25c8 /graphics/mesagl
parentupdate 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>
Notes
Notes: svn path=/head/; revision=27503
Diffstat (limited to 'graphics/mesagl')
-rw-r--r--graphics/mesagl/Makefile4
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