pkgsrc/sysutils/wbm-status/Makefile
jlam 7ee25967b7 * Pull in some changes discussed on the Webmin mailing list to allow
running an individual module's uninstall action

* Add an DEINSTALL_TEMPLATE file that is pulled in by all wbm-* modules
  that will run the module's uninstall action at DEINSTALL time.

* Fix the "time" module to ignore "sched_mode" -- verified by Jamie
  Cameron on the Webmin mailing list as a bug.

* Fix the "postfix" module to remove its temp files at DEINSTALL time
  so that we cleanly pkg_delete.

Bump the PKGREVISION of sysutils/webmin as well as all sysutils/wbm-*
packages that have uninstall.pl scripts.
2006-05-19 17:14:53 +00:00

17 lines
499 B
Makefile

# $NetBSD: Makefile,v 1.2 2006/05/19 17:14:53 jlam Exp $
DISTNAME= status
PKGNAME= wbm-${DISTNAME}-${WBM_VERSION}
PKGREVISION= 1
DIST_SUBDIR= webmin-modules-${WBM_VERSION}
# The version is from the module.info file from the extracted distfile.
WBM_VERSION= 1.270
DEPENDS+= wbm-mailboxes>=1.270:../../sysutils/wbm-mailboxes
HOMEPAGE= http://www.webmin.com/standard.html
COMMENT= Webmin module to view the status of services
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"