diff options
author | tv <tv@pkgsrc.org> | 2004-09-24 14:08:36 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-09-24 14:08:36 +0000 |
commit | bd1c22bbe30f6b303d87c6082bd7b5d951a07d70 (patch) | |
tree | cc506eb03228be4ba30475bb476bd212423d82fb /www/Makefile | |
parent | 9b689ade185ac8585a7d303e0f4764c980d86217 (diff) | |
download | pkgsrc-bd1c22bbe30f6b303d87c6082bd7b5d951a07d70.tar.gz |
There's no need for a privoxy-user prerequisite package. The build of
privoxy actually doesn't require the userid to exist at all. Simply whack
the validity checks from configure.in, move PKG_USERS/PKG_GROUPS to the
main privoxy package, and all works fine.
(Similar to the modifications originally needed for Mailman, but in that
case, the numeric user IDs were also embedded in the binaries. Fortunately,
that is not the case here.)
Diffstat (limited to 'www/Makefile')
-rw-r--r-- | www/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/Makefile b/www/Makefile index 5d5373d93dd..03bc6e2aa8a 100644 --- a/www/Makefile +++ b/www/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.344 2004/09/19 04:08:17 markd Exp $ +# $NetBSD: Makefile,v 1.345 2004/09/24 14:08:36 tv Exp $ # COMMENT= Packages related to the World Wide Web @@ -207,7 +207,6 @@ SUBDIR+= php4 SUBDIR+= php4-apc SUBDIR+= php4-curl SUBDIR+= privoxy -SUBDIR+= privoxy-user SUBDIR+= py-HTMLgen SUBDIR+= py-curl SUBDIR+= py-pcgi |