diff options
Diffstat (limited to 'sysutils/wbm-time/Makefile')
-rw-r--r-- | sysutils/wbm-time/Makefile | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/sysutils/wbm-time/Makefile b/sysutils/wbm-time/Makefile index bf3df39c556..333d3786ff2 100644 --- a/sysutils/wbm-time/Makefile +++ b/sysutils/wbm-time/Makefile @@ -1,17 +1,8 @@ -# $NetBSD: Makefile,v 1.3 2007/02/19 21:52:43 joerg Exp $ +# $NetBSD: Makefile,v 1.4 2007/04/21 05:23:07 obache Exp $ -DISTNAME= time -PKGNAME= wbm-${DISTNAME}-${WBM_VERSION} -PKGREVISION= 1 -DIST_SUBDIR= webmin-modules-${WBM_VERSION} +WBM_NAME= time -# The version is from the module.info file from the extracted distfile. -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" |