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 /lang/ezm3/Makefile | |
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 'lang/ezm3/Makefile')
-rw-r--r-- | lang/ezm3/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/ezm3/Makefile b/lang/ezm3/Makefile index cc24d299422..24e839d28ac 100644 --- a/lang/ezm3/Makefile +++ b/lang/ezm3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2012/08/14 17:07:56 asau Exp $ +# $NetBSD: Makefile,v 1.23 2013/10/24 10:31:02 wiz Exp $ DISTNAME= ezm3-1.2 PKGREVISION= 2 @@ -11,6 +11,7 @@ HOMEPAGE= http://www.cvsup.org/ezm3/ COMMENT= Easier, more portable Modula-3 distribution for building CVSup PKG_DESTDIR_SUPPORT= none +BROKEN= Does not support DESTDIR; will be removed after 2013Q4 DIST_SUBDIR= ezm3 USE_TOOLS+= gmake |