diff options
author | tnn <tnn@pkgsrc.org> | 2010-02-08 09:54:23 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2010-02-08 09:54:23 +0000 |
commit | 35b7e99950181cbb2899fc87bdfd2e9692c9fe8e (patch) | |
tree | f1afe548ba99296b9767382474578e2c2ae8a12c | |
parent | d888129ba7848a5b7fce12d3e900e0ddee673009 (diff) | |
download | pkgsrc-35b7e99950181cbb2899fc87bdfd2e9692c9fe8e.tar.gz |
Package is not user-destdir ready.
-rw-r--r-- | www/privoxy/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index 34745116abd..9c26dccd5d7 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2009/08/29 13:53:34 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2010/02/08 09:54:23 tnn Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -10,7 +10,10 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.privoxy.org/ COMMENT= Web proxy with advanced filtering capabilities -PKG_DESTDIR_SUPPORT= user-destdir +# Package is not destdir ready: +# 1) install expects the privoxy user to exist and fails if it doesn't +# 2) unsafe use of ROOT_USER in post-install +#PKG_DESTDIR_SUPPORT= user-destdir .include "../../mk/bsd.prefs.mk" |