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:
Edwin Groothuis 2004-01-31 01:38:39 +00:00
parent ad3e70d069
commit 530a0a9167
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=99571

View file

@ -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