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/prng | |
parent | 7f83a9404a6462cbf7741a2b27b16584af55429c (diff) | |
download | pkgsrc-b0feb9f5b186a62a131121fe59db9ccdc0a844bd.tar.gz |
"user-destdir" is default these days
Diffstat (limited to 'math/prng')
-rw-r--r-- | math/prng/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/prng/Makefile b/math/prng/Makefile index dd74c3ee1c6..fe095c61e93 100644 --- a/math/prng/Makefile +++ b/math/prng/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2010/02/19 13:56:53 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2012/09/11 23:04:30 asau Exp $ DISTNAME= prng-3.0.2 CATEGORIES= math @@ -11,7 +11,6 @@ COMMENT= Portable, high-performance ANSI-C pseudorandom number generators LICENSE= gnu-gpl-v2 PKG_INSTALLATION_TYPES= overwrite pkgviews -PKG_DESTDIR_SUPPORT= user-destdir USE_TOOLS+= makeinfo GNU_CONFIGURE= yes |