Many of the WWW are overwritten later which means the wrong value is used. This did not happen before where the children were either a) just using the pkg-descr from the parents b) or had their own separate pkg-descr with custom WWW Use WWW?= in parents when the child's WWW is different. Children that use the same WWW as the parent can just inherit it, i.e., the child WWW can be removed. Approved by: portmgr (implicit)
19 lines
415 B
Makefile
19 lines
415 B
Makefile
PKGNAMESUFFIX= -web
|
|
|
|
COMMENT= Baculum Web
|
|
|
|
LICENSE= AGPLv3
|
|
|
|
RUN_DEPENDS= baculum-common>0:www/baculum-common
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
|
|
|
USE_PHP= curl ldap
|
|
|
|
OPTIONS_DEFINE= LCUSER
|
|
LCUSER_EXTRA_PATCHES= ${PATCHDIR}/extra-patch-baculum_protected_Web_Class_WebUserManager.php
|
|
LCUSER_DESC= Force username to lowercase. (Useful for kerberos)
|
|
|
|
MASTERDIR= ${.CURDIR}/../baculum-common
|
|
|
|
.include "${MASTERDIR}/Makefile"
|