diff --git a/net-mgmt/icingaweb2-module-incubator/Makefile b/net-mgmt/icingaweb2-module-incubator/Makefile index 8695455b09a5..fc79d11d9a2c 100644 --- a/net-mgmt/icingaweb2-module-incubator/Makefile +++ b/net-mgmt/icingaweb2-module-incubator/Makefile @@ -1,31 +1,30 @@ PORTNAME= icingaweb2-module-incubator DISTVERSIONPREFIX= v DISTVERSION= 0.18.0 +PORTREVISION= 1 CATEGORIES= net-mgmt www PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX} MAINTAINER= gettoknowmi@yahoo.com COMMENT= Incubator provides bleeding-edge libraries WWW= https://github.com/Icinga/icingaweb2-module-incubator LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -RUN_DEPENDS= icingaweb2${PHP_PKGNAMESUFFIX}>=2.5.0:net-mgmt/icingaweb2@${PHP_FLAVOR} - USES= php:web,flavors USE_GITHUB= yes GH_ACCOUNT= icinga NO_BUILD= yes NO_ARCH= yes WWWDIR?= ${PREFIX}/www/icingaweb2/modules/${PORTNAME:C/^.*-//} do-install: @${MKDIR} ${STAGEDIR}${WWWDIR} (cd ${WRKSRC} && \ ${COPYTREE_SHARE} . ${STAGEDIR}${WWWDIR}) .include