summaryrefslogtreecommitdiff
path: root/databases/py-psycopg2
diff options
context:
space:
mode:
authorasau <asau>2012-10-02 21:25:15 +0000
committerasau <asau>2012-10-02 21:25:15 +0000
commit927c9866002f40ee06dab5431f98e3a43b8890bd (patch)
tree43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/py-psycopg2
parenteeeae6e40ecf124d519361cfba846f5b07e75407 (diff)
downloadpkgsrc-927c9866002f40ee06dab5431f98e3a43b8890bd.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/py-psycopg2')
-rw-r--r--databases/py-psycopg2/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-psycopg2/Makefile b/databases/py-psycopg2/Makefile
index 02fa52a9253..f32f76b3eb6 100644
--- a/databases/py-psycopg2/Makefile
+++ b/databases/py-psycopg2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2012/08/05 10:02:11 obache Exp $
+# $NetBSD: Makefile,v 1.21 2012/10/02 21:25:50 asau Exp $
DISTNAME= psycopg2-2.4.5
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
@@ -11,8 +11,6 @@ HOMEPAGE= http://initd.org/psycopg/
COMMENT= PostgreSQL database adapter for Python
LICENSE= gnu-lgpl-v3
-PKG_DESTDIR_SUPPORT= user-destdir
-
PYTHON_VERSIONS_INCLUDE_3X= yes
.include "../../lang/python/distutils.mk"