Add SQUID_GID and SQUID_UID to the variables set, and pass them on
to MAKE_ENV so the install script works fine. Noticed by: bento Informed maintainer.
This commit is contained in:
parent
ad3e70d069
commit
530a0a9167
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99571
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ COMMENT= Use and update adzap patterns with squirm
|
|||
|
||||
RUN_DEPENDS= squirm:${PORTSDIR}/www/squirm
|
||||
|
||||
SQUID_UID?= squid
|
||||
SQUID_GID?= squid
|
||||
MAKE_ENV+= SQUID_UID=${SQUID_UID} SQUID_GID=${SQUID_GID}
|
||||
|
||||
USE_REINPLACE= yes
|
||||
USE_PERL5_RUN= yes
|
||||
NO_BUILD= yes
|
||||
|
|
Loading…
Reference in a new issue