pkgsrc/sysutils/wbm-apache/Makefile
obache 9db02f94ae 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.
2007-10-08 08:47:03 +00:00

20 lines
477 B
Makefile

# $NetBSD: Makefile,v 1.6 2007/10/08 08:47:09 obache Exp $
WBM_NAME= apache
PKGREVISION= 1
COMMENT= Webmin module for configuring Apache servers
.include "../../sysutils/webmin/wbm.mk"
CONF_FILES_PERMS+= ${WBM_EGDIR}/${WBMNAME}/site \
${PKG_SYSCONFDIR}/${WBMNAME}/site \
${ROOT_USER} ${ROOT_GROUP} 0644
post-build:
${TOUCH} ${TOUCH_ARGS} ${WRKDIR}/site
post-install:
${INSTALL_DATA} ${WRKDIR}/site ${WBM_EGDIR}/${WBM_NAME}/site
.include "../../mk/bsd.pkg.mk"