diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-31 01:38:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2004-01-31 01:38:39 +0000 |
commit | 530a0a9167c9fc63841fe2d9af44b6699bd2b433 (patch) | |
tree | b39457421209a3475c21c144d49c870a3d57bc6b /www | |
parent | ad3e70d069210b313b638805f01ac0ae012fedef (diff) | |
download | freebsd-ports-530a0a9167c9fc63841fe2d9af44b6699bd2b433.zip |
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.
Diffstat (limited to 'www')
-rw-r--r-- | www/adzap2squirm/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/adzap2squirm/Makefile b/www/adzap2squirm/Makefile index 31d3c781c4c9..bd7f30971936 100644 --- a/www/adzap2squirm/Makefile +++ b/www/adzap2squirm/Makefile @@ -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 |