diff options
author | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-07-14 12:55:56 +0000 |
commit | f605fec2dbee8bc952241c1efb77b14fab314a12 (patch) | |
tree | 2ac7a0c732963ecca7c542877ebd1c2f939136e3 /math | |
parent | 195c6c95e52f95c0427411eff46b821b0e62064c (diff) | |
download | pkgsrc-f605fec2dbee8bc952241c1efb77b14fab314a12.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'math')
-rw-r--r-- | math/gnumeric/Makefile | 4 | ||||
-rw-r--r-- | math/gsl/Makefile | 4 | ||||
-rw-r--r-- | math/libmatheval/Makefile | 4 | ||||
-rw-r--r-- | math/mpfr/Makefile | 4 | ||||
-rw-r--r-- | math/ruby-rb-gsl/Makefile | 4 |
5 files changed, 15 insertions, 5 deletions
diff --git a/math/gnumeric/Makefile b/math/gnumeric/Makefile index 6397b820611..e8ab5d3fad5 100644 --- a/math/gnumeric/Makefile +++ b/math/gnumeric/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.130 2008/05/29 17:19:14 drochner Exp $ +# $NetBSD: Makefile,v 1.131 2008/07/14 12:56:08 joerg Exp $ # DISTNAME= gnumeric-1.8.3 @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnome.org/projects/gnumeric/ COMMENT= Spreadsheet program from the GNOME project (development version) +PKG_DESTDIR_SUPPORT= user-destdir + USE_DIRS+= gnome2-1.6 xdg-1.1 USE_PKGLOCALEDIR= YES USE_TOOLS+= gmake intltool msgfmt perl:run pkg-config diff --git a/math/gsl/Makefile b/math/gsl/Makefile index 35d390e5a68..bb243edd025 100644 --- a/math/gsl/Makefile +++ b/math/gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/05/02 08:49:50 adam Exp $ +# $NetBSD: Makefile,v 1.28 2008/07/14 12:56:08 joerg Exp $ DISTNAME= gsl-1.11 CATEGORIES= math devel @@ -8,6 +8,8 @@ MAINTAINER= david@maxwell.net HOMEPAGE= http://www.gnu.org/software/gsl/gsl.html COMMENT= The GNU Scientific Library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LIBTOOL= yes GNU_CONFIGURE= yes INFO_FILES= yes diff --git a/math/libmatheval/Makefile b/math/libmatheval/Makefile index 20d1b9114e7..843f24ebb78 100644 --- a/math/libmatheval/Makefile +++ b/math/libmatheval/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/03/13 10:51:42 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:08 joerg Exp $ # DISTNAME= libmatheval-1.1.4 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.gnu.org/software/libmatheval/ COMMENT= Library for evaluating mathematical expressions +PKG_DESTDIR_SUPPORT= user-destdir + USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index 5b08eac6a23..9336bd44d4c 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2007/09/18 20:15:57 drochner Exp $ +# $NetBSD: Makefile,v 1.10 2008/07/14 12:56:08 joerg Exp $ # DISTNAME= mpfr-2.3.0 @@ -9,6 +9,8 @@ MAINTAINER= rh@NetBSD.org HOMEPAGE= http://www.mpfr.org/ COMMENT= GMP-based library for multiple-precision floating-point computations +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes USE_LIBTOOL= yes TEST_TARGET= check diff --git a/math/ruby-rb-gsl/Makefile b/math/ruby-rb-gsl/Makefile index c530e71107c..f0ae795422e 100644 --- a/math/ruby-rb-gsl/Makefile +++ b/math/ruby-rb-gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2008/06/20 15:34:33 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2008/07/14 12:56:08 joerg Exp $ DISTNAME= rb-gsl-1.10.3 PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -9,6 +9,8 @@ MAINTAINER= minskim@NetBSD.org HOMEPAGE= http://rb-gsl.rubyforge.org/ COMMENT= Ruby interface to the GNU Scientific Library +PKG_DESTDIR_SUPPORT= user-destdir + USE_RUBY_SETUP= yes USE_TOOLS= pax CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \ |