diff options
author | obache <obache@pkgsrc.org> | 2007-10-08 08:47:03 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-10-08 08:47:03 +0000 |
commit | 9db02f94ae8267bc25a0052691f1d81559a48e7e (patch) | |
tree | 049e699f8f1c0302a3687ef6f46f7bada62e990e /sysutils/webmin/wbm.mk | |
parent | 59712e2c0ed59206cbc110f6fab68af834523e67 (diff) | |
download | pkgsrc-9db02f94ae8267bc25a0052691f1d81559a48e7e.tar.gz |
Make sure to run all modules' postinstall script and standard module's
uninstall script.
Affected modules are standard modules (acl, cron) and apache module.
Bump PKGREVISION.
Diffstat (limited to 'sysutils/webmin/wbm.mk')
-rw-r--r-- | sysutils/webmin/wbm.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/webmin/wbm.mk b/sysutils/webmin/wbm.mk index d8fbf0b22c0..eb3e81ec35b 100644 --- a/sysutils/webmin/wbm.mk +++ b/sysutils/webmin/wbm.mk @@ -1,4 +1,4 @@ -# $NetBSD: wbm.mk,v 1.7 2007/05/12 06:17:45 obache Exp $ +# $NetBSD: wbm.mk,v 1.8 2007/10/08 08:47:09 obache Exp $ # # Makefile fragment for Webmin modules # @@ -66,6 +66,7 @@ FILES_SUBST+= WEBMIN_DIR=${WEBMIN_DIR:Q} FILES_SUBST+= WEBMIN_VARDIR=${WEBMIN_VARDIR:Q} BUILD_DEFS+= VARBASE +INSTALL_TEMPLATES+= ${PKGSRCDIR}/sysutils/webmin/files/wbm-install.tmpl DEINSTALL_TEMPLATES+= ${PKGSRCDIR}/sysutils/webmin/files/wbm-deinstall.tmpl # WBM_NAME is the name of the module directory |