pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/graphics/vtk Move MASTER_SITES from Makefile.vtkdist i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c24ba6101830
branches:  trunk
changeset: 480377:c24ba6101830
user:      ben <ben%pkgsrc.org@localhost>
date:      Tue Sep 07 21:25:59 2004 +0000

description:
Move MASTER_SITES from Makefile.vtkdist into Makefile.common so that
vtk-doc and vtk-data will successfully fetch their distfiles.  This
change comes from kre%munnari.OZ.AU@localhost and addresses PR#26668.

diffstat:

 graphics/vtk/Makefile.common  |  4 +++-
 graphics/vtk/Makefile.vtkdist |  4 +---
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (32 lines):

diff -r f764dc3e1480 -r c24ba6101830 graphics/vtk/Makefile.common
--- a/graphics/vtk/Makefile.common      Tue Sep 07 20:35:31 2004 +0000
+++ b/graphics/vtk/Makefile.common      Tue Sep 07 21:25:59 2004 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile.common,v 1.1.1.1 2004/08/02 13:13:40 drochner Exp $
+# $NetBSD: Makefile.common,v 1.2 2004/09/07 21:25:59 ben Exp $
 
 VTK_VERSION=           4.2
 
 CATEGORIES=            graphics
 MAINTAINER=            dotz%irc.pl@localhost
 HOMEPAGE=              http://www.vtk.org/
+
+MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=vtk/}
diff -r f764dc3e1480 -r c24ba6101830 graphics/vtk/Makefile.vtkdist
--- a/graphics/vtk/Makefile.vtkdist     Tue Sep 07 20:35:31 2004 +0000
+++ b/graphics/vtk/Makefile.vtkdist     Tue Sep 07 21:25:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.vtkdist,v 1.2 2004/08/27 06:29:08 jlam Exp $
+# $NetBSD: Makefile.vtkdist,v 1.3 2004/09/07 21:25:59 ben Exp $
 
 .include "../../graphics/vtk/Makefile.common"
 
@@ -8,8 +8,6 @@
 DIST_SUBDIR=           VTK-4.2.6
 WRKSRC=                ${WRKDIR}/VTK
 
-MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=vtk/}
-
 DISTINFO_FILE=         ${.CURDIR}/../vtk/distinfo
 PATCHDIR=              ${.CURDIR}/../vtk/patches
 



Home | Main Index | Thread Index | Old Index