View | Details | Raw Unified | Return to bug 263115 | Differences between
and this patch

Collapse All | Expand All

(-)b/net-mgmt/icinga-php-thirdparty/Makefile (-3 / +1 lines)
Lines 11-18 WWW= https://github.com/Icinga/icinga-php-thirdparty Link Here
11
LICENSE=	MIT
11
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
13
14
RUN_DEPENDS=	icingaweb2${PHP_PKGNAMESUFFIX}>=2.4.1:net-mgmt/icingaweb2@${PHP_FLAVOR}
15
16
USES=		php:web,flavors
14
USES=		php:web,flavors
17
15
18
USE_GITHUB=	yes
16
USE_GITHUB=	yes
Lines 21-27 GH_ACCOUNT= icinga Link Here
21
NO_BUILD=	yes
19
NO_BUILD=	yes
22
NO_ARCH=	yes
20
NO_ARCH=	yes
23
21
24
WWWDIR?=	${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//}
22
WWWDIR?=	${PREFIX}/www/icingaweb2/icinga-php/${PORTNAME:C/^.*-//}
25
23
26
do-install:
24
do-install:
27
	@${MKDIR} ${STAGEDIR}${WWWDIR}
25
	@${MKDIR} ${STAGEDIR}${WWWDIR}
(-)b/net-mgmt/icinga-php-thirdparty/pkg-descr (-3 / +2 lines)
Lines 1-2 Link Here
1
This project bundles all 3rd party PHP libraries used by Icinga Web products into one piece,
1
This project bundles all 3rd party PHP libraries used by Icinga Web products
2
which can be integrated as library into Icinga Web 2.
2
into one piece, which can be integrated as library into Icinga Web 2.
3
- 

Return to bug 263115