pkgsrc/sysutils/wbm-virtual-server/Makefile
mef 88e7941279 (sysutils/webmin,wbm-*) updated 1.953 to 1.955
(pkgsrc changes)
 - Utilize common DISTINFO_FILE
 - patches converted to SUBST. Make portable to version update
 - (two distinfo files will be recovered again after this commit, sorry)
 - PKGPATH variable does not hold the value yet in Makefile (right ?)

(upstream changes)
Version 1.955 (22nd August 2020)
More bugfixes, and an update to the theme.

Version 1.954 (2nd August 2020)
Minor bugfixes to 1.953
2020-09-06 02:38:53 +00:00

22 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.10 2020/09/06 02:38:57 mef 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
DISTINFO_FILE= ../../sysutils/wbm-virtual-server/distinfo
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"