summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authorjoerg <joerg>2006-10-09 12:52:34 +0000
committerjoerg <joerg>2006-10-09 12:52:34 +0000
commitb1ec6efee6277c88c10f4d514f1b9ce28d77ef67 (patch)
tree394404a5282788a08d7e1183cc0f35c1b517e24d /databases/py-psycopg2
parentf0da24841ebace4418bbe664263b9415e23a1837 (diff)
downloadpkgsrc-b1ec6efee6277c88c10f4d514f1b9ce28d77ef67.tar.gz
Flag a number of packages I use as supporting (user-)destdir.
apg is a bit special as it has some hardcoded ownership, so mark that as "destdir".
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r--databases/py-psycopg2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index bdfbb742153..a223cf7f108 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/09/02 14:15:13 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/10/09 12:52:34 joerg Exp $
#
DISTNAME= psycopg2-2.0.5.1
@@ -10,6 +10,8 @@ MAINTAINER= joerg@NetBSD.org
HOMEPAGE= http://initd.org/software/psycopg2/
COMMENT= PostgreSQL database adapter for Python
+PKG_DESTDIR_SUPPORT= user-destdir
+
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 24 23