summaryrefslogtreecommitdiff
path: root/graphics/Mesa
diff options
context:
space:
mode:
authortron <tron>2000-04-04 12:17:45 +0000
committertron <tron>2000-04-04 12:17:45 +0000
commitb55be38aeee1129cbf44d5b4aed633052c4f12a9 (patch)
treee3f696f27c2c56cac0833eabcef593eaf6ac5128 /graphics/Mesa
parentfe47bb16c6ec965f67709736dd8df45f2656a39f (diff)
downloadpkgsrc-b55be38aeee1129cbf44d5b4aed633052c4f12a9.tar.gz
Set "${EXTRACT_SUFX}" so that "bzip2" is used instead of "gzip".
Diffstat (limited to 'graphics/Mesa')
-rw-r--r--graphics/Mesa/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/Mesa/Makefile b/graphics/Mesa/Makefile
index 1a5096ecacb..5f728d77697 100644
--- a/graphics/Mesa/Makefile
+++ b/graphics/Mesa/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2000/04/04 07:59:48 tron Exp $
+# $NetBSD: Makefile,v 1.32 2000/04/04 12:17:45 tron Exp $
#
DISTNAME= MesaLib-3.1
@@ -6,9 +6,10 @@ PKGNAME= Mesa-3.1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.mesa3d.org/mesa/ \
http://download.sourceforge.net/mesa3d/
+EXTRACT_SUFX= .tar.bz2
# MesaDemos is needed for glut
-DISTFILES= MesaLib-3.1.tar.bz2 \
- MesaDemos-3.1.tar.bz2
+DISTFILES= MesaLib-3.1${EXTRACT_SUFX} \
+ MesaDemos-3.1${EXTRACT_SUFX}
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://www.ssec.wisc.edu/~brianp/Mesa.html