diff options
Diffstat (limited to 'math/ruby-rb-gsl/Makefile')
-rw-r--r-- | math/ruby-rb-gsl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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} \ |