diff options
author | dsainty <dsainty@pkgsrc.org> | 2008-08-23 02:51:19 +0000 |
---|---|---|
committer | dsainty <dsainty@pkgsrc.org> | 2008-08-23 02:51:19 +0000 |
commit | e4d30404352dc1cbf8781bbaf6030126ddbacd0f (patch) | |
tree | ea0dc4ad3e65cbd07231b0fd3ec133862362bccf /graphics/Mesa | |
parent | ef52ce1c7af723e1727bc209932bc271b8244970 (diff) | |
download | pkgsrc-e4d30404352dc1cbf8781bbaf6030126ddbacd0f.tar.gz |
Set DIST_SUBDIR=Mesa-7.0.4.1 (via MESA_PKGVERSION).
This allows people that already have the older custom Mesa-7.0.4 tarballs
to correctly upgrade Mesa to the standard distributions without having to
know to delete the old sources or get confused by the mismatching distinfo
checkhashes.
Update the paths in the related distinfos for the change.
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 5bb590942c9..a23d12c9831 100644 --- a/graphics/Mesa/Makefile.common +++ b/graphics/Mesa/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.68 2008/08/17 08:25:50 bjs Exp $ +# $NetBSD: Makefile.common,v 1.69 2008/08/23 02:51:19 dsainty Exp $ # # This Makefile fragment is included either directly or indirectly (through # Makefile.lib) by all packages that are built from the Mesa sources. @@ -34,7 +34,7 @@ PKG_DESTDIR_SUPPORT= user-destdir WRKSRC= ${WRKDIR}/Mesa-${MESA_VERSION} BUILDING_MESA= yes NO_CONFIGURE= yes -DIST_SUBDIR= Mesa-${MESA_VERSION} +DIST_SUBDIR= Mesa-${MESA_PKGVERSION} .include "../../x11/libX11/buildlink3.mk" .include "../../x11/libXext/buildlink3.mk" |