pkgsrc/sysutils/wbm-virtual-server/Makefile
rillig 9cc0c5e45d sysutils: align variable assignments
pkglint -Wall -F --only aligned --only indent -r

Manually excluded consolekit and dc-tools since pkglint didn't get the
formatting correct.
2019-11-04 21:28:40 +00:00

20 lines
662 B
Makefile

# $NetBSD: Makefile,v 1.9 2019/11/04 21:28:58 rillig Exp $
PKGNAME= wbm-${WBM_NAME}-${WBM_MOD_REV}
DISTNAME= ${WBM_NAME}-${WBM_MOD_REV}.gpl
MASTER_SITES= http://download.webmin.com/download/virtualmin/
WBM_NAME= virtual-server
WBM_STD_MODULE= no
WBM_MOD_REV= 5.05
WBM_DEPEND_MODULES= net quota useradmin sendmail apache mysql
COMMENT= Webmin module to allow users to control their own virtual servers
#post-install:
# (cd ${DESTDIR}${PREFIX} ; \
# ${CHMOD} +x share/webmin/virtual-server/newfeatures-gpl;\
# ${FIND} share/webmin/virtual-server -name \*pl -exec ${CHMOD} -x '{}' \; )
.include "../../sysutils/webmin/wbm.mk"
.include "../../mk/bsd.pkg.mk"