From c841d7d1999d3291eeb28232888d27d5ca83659c Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 14 Apr 2000 04:12:38 +0000 Subject: Fix wrong variable usages. (Essential) PR: ports/17994 Submitted by: Robert Withrow --- graphics/mesagl/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'graphics/mesagl') 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 -- cgit v1.2.3