# $NetBSD: Makefile,v 1.3 2007/04/21 05:22:58 obache Exp $ WBM_NAME= apache 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"