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/gsl | |
parent | 195c6c95e52f95c0427411eff46b821b0e62064c (diff) | |
download | pkgsrc-f605fec2dbee8bc952241c1efb77b14fab314a12.tar.gz |
Mark as destdir ready.
Diffstat (limited to 'math/gsl')
-rw-r--r-- | math/gsl/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 |