summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3
diff options
context:
space:
mode:
authorasau <asau>2012-10-02 21:25:15 +0000
committerasau <asau>2012-10-02 21:25:15 +0000
commit21624d22674a87185e0f173e0f65b774e6efbb8f (patch)
tree43a00ef6fe7500f6094c17b88abeee49f8e0895b /databases/py-sqlite3
parent63944154ec01a79ab2a26d5cecd8ac55a41697ac (diff)
downloadpkgsrc-21624d22674a87185e0f173e0f65b774e6efbb8f.tar.gz
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'databases/py-sqlite3')
-rw-r--r--databases/py-sqlite3/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index e618d278a79..f2b6510ede1 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2012/04/27 12:31:40 obache Exp $
+# $NetBSD: Makefile,v 1.10 2012/10/02 21:25:50 asau Exp $
PKGNAME= ${PYPKGPREFIX}-sqlite3-0
PKGREVISION= 3
@@ -8,8 +8,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.python.org/
COMMENT= Built-in sqlite support for Python 2.5 and up
-PKG_DESTDIR_SUPPORT= user-destdir
-
USE_TOOLS+= patch
EXTRACT_ELEMENTS= ${PYSUBDIR}/Modules/_sqlite