diff options
author | bjs <bjs> | 2008-07-27 00:11:05 +0000 |
---|---|---|
committer | bjs <bjs> | 2008-07-27 00:11:05 +0000 |
commit | 352f46beda2e9ee309cbb0f8d4d06f3bc3ffcb22 (patch) | |
tree | d81655ba48b39922f7d484543be12e012706464d /graphics/Mesa | |
parent | 34226020bfcddf1a8429cb4956d9c4e6b47af91c (diff) | |
download | pkgsrc-352f46beda2e9ee309cbb0f8d4d06f3bc3ffcb22.tar.gz |
Add Mesa-${MESA_VERSION} subdirectory to ${MASTER_SITE_LOCAL}
so we can fetch the distfiles!
Diffstat (limited to 'graphics/Mesa')
-rw-r--r-- | graphics/Mesa/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/Mesa/Makefile.common b/graphics/Mesa/Makefile.common index 75293941042..cd7fe617d2f 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.66 2008/07/27 00:03:42 bjs Exp $ +# $NetBSD: Makefile.common,v 1.67 2008/07/27 00:11:05 bjs Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -8,7 +8,7 @@ DISTNAME?= MesaLib-${MESA_VERSION} EXTRACT_SUFX= .tar.bz2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_LOCAL} +MASTER_SITES= ${MASTER_SITE_LOCAL:=Mesa-${MESA_VERSION}/} # When changing this version, please run "make distinfo" in the following # package directories: |