diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 21:52:41 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 21:52:41 +0000 |
commit | 55a4ab3eae993c9988e0d0f98365f67d91a6a734 (patch) | |
tree | dc28df52778355f1c9c284ebd9a9d250ef834312 /sysutils/wbm-custom | |
parent | 73b5e64d7d05f6029d81bdc4e57e6c7c9a1060c4 (diff) | |
download | pkgsrc-55a4ab3eae993c9988e0d0f98365f67d91a6a734.tar.gz |
Mark all the webmin modules that don't pass the distfile checksum
as explicitly broken as discussed with the maintainer until someone
invests the time to fix.
Diffstat (limited to 'sysutils/wbm-custom')
-rw-r--r-- | sysutils/wbm-custom/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/wbm-custom/Makefile b/sysutils/wbm-custom/Makefile index f976d68209a..44cab38b722 100644 --- a/sysutils/wbm-custom/Makefile +++ b/sysutils/wbm-custom/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/05/16 21:40:57 jlam Exp $ +# $NetBSD: Makefile,v 1.2 2007/02/19 21:52:41 joerg Exp $ DISTNAME= custom PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -10,5 +10,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module for creating custom action buttons +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" |