diff options
author | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-09-11 23:04:15 +0000 |
commit | b0feb9f5b186a62a131121fe59db9ccdc0a844bd (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/ruby-rb-gsl | |
parent | 7f83a9404a6462cbf7741a2b27b16584af55429c (diff) | |
download | pkgsrc-b0feb9f5b186a62a131121fe59db9ccdc0a844bd.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/ruby-rb-gsl')
-rw-r--r-- | math/ruby-rb-gsl/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/ruby-rb-gsl/Makefile b/math/ruby-rb-gsl/Makefile index e8f94e8a771..d8310b3155f 100644 --- a/math/ruby-rb-gsl/Makefile +++ b/math/ruby-rb-gsl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2011/05/10 11:24:56 taca Exp $ +# $NetBSD: Makefile,v 1.12 2012/09/11 23:04:33 asau Exp $ DISTNAME= rb-gsl-1.14.7 CATEGORIES= math ruby @@ -11,8 +11,6 @@ HOMEPAGE= http://rb-gsl.rubyforge.org/ COMMENT= Ruby interface to the GNU Scientific Library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - USE_RUBY_SETUP= yes USE_TOOLS= pax CONFIGURE_ARGS+= --siteruby=${PREFIX}/${RUBY_VENDORLIB_BASE} \ |