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 /devel/darcs | |
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 'devel/darcs')
-rw-r--r-- | devel/darcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/darcs/Makefile b/devel/darcs/Makefile index 0a19104fe7d..fb17d807a67 100644 --- a/devel/darcs/Makefile +++ b/devel/darcs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2013/05/31 12:39:58 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2013/10/24 10:31:02 wiz Exp $ DISTNAME= darcs-2.0.2 PKGREVISION= 8 @@ -13,6 +13,7 @@ BUILD_DEPENDS+= latex2html>=2002.2.1nb3:../../textproc/latex2html BUILD_DEPENDS+= tex-fancyvrb-[0-9]*:../../print/tex-fancyvrb PKG_DESTDIR_SUPPORT= none +BROKEN= Does not support DESTDIR; will be removed after 2013Q4 USE_TOOLS+= gmake perl MAKE_FILE= GNUmakefile |