pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math Enable pkgviews installation.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ca2dc79ef906
branches:  trunk
changeset: 475526:ca2dc79ef906
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Tue May 18 11:27:29 2004 +0000

description:
Enable pkgviews installation.

diffstat:

 math/R/Makefile    |  4 +++-
 math/blas/Makefile |  4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diffs (36 lines):

diff -r 3509ccd3ed71 -r ca2dc79ef906 math/R/Makefile
--- a/math/R/Makefile   Tue May 18 11:25:19 2004 +0000
+++ b/math/R/Makefile   Tue May 18 11:27:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2004/05/07 22:47:26 markd Exp $
+# $NetBSD: Makefile,v 1.54 2004/05/18 11:27:29 uebayasi Exp $
 
 DISTNAME=              R-1.9.0
 CATEGORIES=            math
@@ -13,6 +13,8 @@
 NOT_FOR_PLATFORM=      NetBSD-1.[0-4]*-alpha NetBSD-1.5-alpha \
                        NetBSD-1.5.*-alpha NetBSD-1.5[A-U]-alpha
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 TEST_TARGET=           check
 USE_BUILDLINK3=                # defined
 USE_X11=               # defined
diff -r 3509ccd3ed71 -r ca2dc79ef906 math/blas/Makefile
--- a/math/blas/Makefile        Tue May 18 11:25:19 2004 +0000
+++ b/math/blas/Makefile        Tue May 18 11:27:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2004/02/26 15:26:05 adam Exp $
+# $NetBSD: Makefile,v 1.17 2004/05/18 11:27:29 uebayasi Exp $
 #
 
 DISTNAME=      blas
@@ -14,6 +14,8 @@
 HOMEPAGE=      http://www.netlib.org/blas/
 COMMENT=       Basic Linear Algebra Subprograms (Fortran)
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+
 WRKSRC=                        ${WRKDIR}
 USE_BUILDLINK3=                YES
 USE_FORTRAN=           YES



Home | Main Index | Thread Index | Old Index