Skip to content

Commit

Permalink
net-mgmt/icingaweb2: add SHEBANG fix for bin/icingacli
Browse files Browse the repository at this point in the history
PR:		269558
Approved by:	maintainer (via private email)
  • Loading branch information
dlangille committed Feb 14, 2023
1 parent e2630f6 commit bf8338b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion net-mgmt/icingaweb2/Makefile
@@ -1,6 +1,7 @@
PORTNAME= icingaweb2
DISTVERSIONPREFIX= v
DISTVERSION= 2.11.4
PORTREVISION= 1
CATEGORIES= net-mgmt www
PKGNAMESUFFIX= ${PHP_PKGNAMESUFFIX}

Expand All @@ -15,7 +16,7 @@ RUN_DEPENDS= icinga-php-library${PHP_PKGNAMESUFFIX}>=0.10.0:net-mgmt/icinga-php-
icinga-php-thirdparty${PHP_PKGNAMESUFFIX}>=0.11.0:net-mgmt/icinga-php-thirdparty@${PHP_FLAVOR} \
icingaweb2-module-incubator${PHP_PKGNAMESUFFIX}>=0.18.0:net-mgmt/icingaweb2-module-incubator@${PHP_FLAVOR}

USES= php:build,web,flavors
USES= php:build,web,flavors shebangfix
USE_PHP= bcmath bitset ctype curl dom gd gettext hash iconv json ldap \
mbstring mcrypt memcache memcached opcache openssl pcre pdo \
pdo_sqlite posix session simplexml soap sockets sqlite3 xml \
Expand All @@ -29,6 +30,8 @@ NO_ARCH= yes

CONFLICTS_INSTALL= icingaweb2-php* # bin/icingacli

SHEBANG_FILES= bin/icingacli

SUB_FILES= pkg-message
SUB_LIST= ETCDIR=${ETCDIR} \
EXAMPLESDIR=${EXAMPLESDIR} \
Expand Down

0 comments on commit bf8338b

Please sign in to comment.