From f948ecb983b41b9620fb66602b7693c71b399a45 Mon Sep 17 00:00:00 2001 From: asau Date: Fri, 11 Dec 2009 17:32:41 +0000 Subject: Support staged installation. --- math/slatec/Makefile | 4 +++- math/slatec/distinfo | 4 ++-- math/slatec/patches/patch-aa | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) (limited to 'math/slatec') diff --git a/math/slatec/Makefile b/math/slatec/Makefile index 61606f10ff9..eb48c002e43 100644 --- a/math/slatec/Makefile +++ b/math/slatec/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2009/12/03 13:06:55 asau Exp $ +# $NetBSD: Makefile,v 1.22 2009/12/11 17:32:41 asau Exp $ # DISTNAME= slatec_src @@ -12,6 +12,8 @@ MAINTAINER= adam@NetBSD.org HOMEPAGE= http://www.netlib.org/slatec/ COMMENT= Library of mathematical and statistical Fortran 77 subroutines +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/src USE_LANGUAGES= fortran USE_LIBTOOL= YES diff --git a/math/slatec/distinfo b/math/slatec/distinfo index fec53d96cb1..9d6d42180fb 100644 --- a/math/slatec/distinfo +++ b/math/slatec/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2006/07/27 18:49:47 rillig Exp $ +$NetBSD: distinfo,v 1.6 2009/12/11 17:32:41 asau Exp $ SHA1 (slatec_src.tgz) = 9ff75f3976fa4a5544806a29bf8402aab2132ee0 RMD160 (slatec_src.tgz) = f4393d91e25ecd2ec0cae6b25d4b2829afcd4291 Size (slatec_src.tgz) = 2373787 bytes -SHA1 (patch-aa) = e9df720c0ca20a1280987dab8f3056b75bef1aeb +SHA1 (patch-aa) = bbdcca172b7216ffa8fc8d94c844d3373d9accd2 diff --git a/math/slatec/patches/patch-aa b/math/slatec/patches/patch-aa index 4637c92f1f0..d9fb7ed4c8a 100644 --- a/math/slatec/patches/patch-aa +++ b/math/slatec/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.2 2006/07/27 18:49:47 rillig Exp $ +$NetBSD: patch-aa,v 1.3 2009/12/11 17:32:41 asau Exp $ --- /dev/null 2003-12-04 12:37:08.000000000 +0000 +++ Makefile @@ -223,4 +223,4 @@ $NetBSD: patch-aa,v 1.2 2006/07/27 18:49:47 rillig Exp $ + +install: lib$(LIB).a + ${LIBTOOL} --mode=install ${BSD_INSTALL_DATA} ${.ALLSRC:.a=.la} \ -+ ${PREFIX}/lib ++ ${DESTDIR}${PREFIX}/lib -- cgit v1.2.3