diff options
author | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-08-14 17:07:55 +0000 |
commit | fd5606f6d6ddb83a103dd625b40ecae784adb51e (patch) | |
tree | 5dbcb34f52bc9ee469c1698903957779b4dae76c /math | |
parent | 1287093e7e877588237ba7c7c8824655c57d6f4e (diff) | |
download | pkgsrc-fd5606f6d6ddb83a103dd625b40ecae784adb51e.tar.gz |
Mark packages with no staged installation support explicitly (PKG_DESTDIR_SUPPORT=none).
Diffstat (limited to 'math')
-rw-r--r-- | math/R-circular/Makefile | 4 | ||||
-rw-r--r-- | math/R-wle/Makefile | 4 | ||||
-rw-r--r-- | math/octave-forge/Makefile | 3 |
3 files changed, 8 insertions, 3 deletions
diff --git a/math/R-circular/Makefile b/math/R-circular/Makefile index 3c3ca8dfe55..92a53bcd844 100644 --- a/math/R-circular/Makefile +++ b/math/R-circular/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/05/21 14:57:31 marino Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $ CATEGORIES= math PKGREVISION= 1 @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 R_PKGNAME= circular R_PKGVER= 0.4-3 +PKG_DESTDIR_SUPPORT= none + USE_LANGUAGES= fortran c .include "../../devel/gettext-lib/buildlink3.mk" diff --git a/math/R-wle/Makefile b/math/R-wle/Makefile index b732a1454d5..78669211d0f 100644 --- a/math/R-wle/Makefile +++ b/math/R-wle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2012/05/26 14:38:38 marino Exp $ +# $NetBSD: Makefile,v 1.9 2012/08/14 17:07:57 asau Exp $ # CATEGORIES= math @@ -12,6 +12,8 @@ LICENSE= gnu-gpl-v2 R_PKGNAME= wle R_PKGVER= 0.9-4 +PKG_DESTDIR_SUPPORT= none + USE_LANGUAGES+= c fortran DEPENDS+= R-circular>=0.4.3:../../math/R-circular diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index 2b7319ac3c8..1262b0ed134 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2011/01/13 13:38:41 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2012/08/14 17:07:57 asau Exp $ DISTNAME= octave-forge-2006.03.17 PKGREVISION= 7 @@ -10,6 +10,7 @@ HOMEPAGE= http://www.octave.org/ COMMENT= Extensions to Octave PKG_INSTALLATION_TYPES= overwrite pkgviews +PKG_DESTDIR_SUPPORT= none USE_LIBTOOL= yes USE_TOOLS+= gmake |