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 | 2911180c01c9aa38234b11214cfcc1066b6fd6cd (patch) | |
tree | dc28df52778355f1c9c284ebd9a9d250ef834312 /sysutils/wbm-time | |
parent | b00f23dc4c9bbc505d3b8277cc286ffc5b6a8f0f (diff) | |
download | pkgsrc-2911180c01c9aa38234b11214cfcc1066b6fd6cd.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-time')
-rw-r--r-- | sysutils/wbm-time/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/wbm-time/Makefile b/sysutils/wbm-time/Makefile index 8676e16e0d5..bf3df39c556 100644 --- a/sysutils/wbm-time/Makefile +++ b/sysutils/wbm-time/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $ +# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:43 joerg Exp $ DISTNAME= time PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} @@ -11,5 +11,7 @@ WBM_VERSION= 1.270 HOMEPAGE= http://www.webmin.com/standard.html COMMENT= Webmin module to set the system time +BROKEN= "Distfile broken" + .include "../../sysutils/webmin/wbm.mk" .include "../../mk/bsd.pkg.mk" |