diff options
author | wiz <wiz@pkgsrc.org> | 2013-10-24 10:31:02 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-10-24 10:31:02 +0000 |
commit | 02c4f8132cb62c93c196eba94e424d85ddafbc3a (patch) | |
tree | 074426f124a0b6f9278c72ba614a7ce63d424ac4 /math | |
parent | 3a5f618095eb94b9c691452c706594ec33e8a768 (diff) | |
download | pkgsrc-02c4f8132cb62c93c196eba94e424d85ddafbc3a.tar.gz |
Mark remaining packages not support DESTDIR as BROKEN as decided
by pkgsrc-pmc.
If you are interested in one of these, please fix it before 2013Q4.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge/Makefile b/math/octave-forge/Makefile index df1409932dc..7578620e885 100644 --- a/math/octave-forge/Makefile +++ b/math/octave-forge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.36 2013/09/01 12:14:06 obache Exp $ +# $NetBSD: Makefile,v 1.37 2013/10/24 10:31:02 wiz Exp $ DISTNAME= octave-forge-2006.03.17 PKGREVISION= 9 @@ -11,6 +11,7 @@ COMMENT= Extensions to Octave PKG_INSTALLATION_TYPES= overwrite pkgviews PKG_DESTDIR_SUPPORT= none +BROKEN= Does not support DESTDIR; will be removed after 2013Q4 USE_LIBTOOL= yes USE_TOOLS+= gmake |