summaryrefslogtreecommitdiff
path: root/www/privoxy
diff options
context:
space:
mode:
authortnn <tnn>2010-02-08 09:54:23 +0000
committertnn <tnn>2010-02-08 09:54:23 +0000
commit53b3babe3065fc8c1e253ae419a5f075b1a57b36 (patch)
treef1afe548ba99296b9767382474578e2c2ae8a12c /www/privoxy
parent8f1300b300f51783e1a5a0cd0092f63fc0ac6be2 (diff)
downloadpkgsrc-53b3babe3065fc8c1e253ae419a5f075b1a57b36.tar.gz
Package is not user-destdir ready.
Diffstat (limited to 'www/privoxy')
-rw-r--r--www/privoxy/Makefile7
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"