diff options
author | asau <asau> | 2012-09-11 23:04:15 +0000 |
---|---|---|
committer | asau <asau> | 2012-09-11 23:04:15 +0000 |
commit | 2616ea74347a099f94cc21357dd8070ab5cad4a4 (patch) | |
tree | b25c2af3335af12ba6ddabd1da702cd960afaeee /math/p5-Math-Random-MT | |
parent | 768ee647793efc9f1c00e6f0fcdfb771a90b6935 (diff) | |
download | pkgsrc-2616ea74347a099f94cc21357dd8070ab5cad4a4.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/p5-Math-Random-MT')
-rw-r--r-- | math/p5-Math-Random-MT/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/math/p5-Math-Random-MT/Makefile b/math/p5-Math-Random-MT/Makefile index 6dd20f7837e..a1c14fa93aa 100644 --- a/math/p5-Math-Random-MT/Makefile +++ b/math/p5-Math-Random-MT/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2012/08/06 14:04:08 wen Exp $ +# $NetBSD: Makefile,v 1.5 2012/09/11 23:04:27 asau Exp $ # DISTNAME= Math-Random-MT-1.16 @@ -11,8 +11,6 @@ HOMEPAGE= http://search.cpan.org/dist/Math-Random-MT/ COMMENT= The Mersenne Twister PRNG LICENSE= modified-bsd -PKG_DESTDIR_SUPPORT= user-destdir - USE_LANGUAGES= c PERL5_PACKLIST= auto/Math/Random/MT/.packlist |