summaryrefslogtreecommitdiff
path: root/databases/py-sqlite3
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlite3')
-rw-r--r--databases/py-sqlite3/Makefile5
-rw-r--r--databases/py-sqlite3/pkg-message7
2 files changed, 1 insertions, 11 deletions
diff --git a/databases/py-sqlite3/Makefile b/databases/py-sqlite3/Makefile
index a98bb7f932d4..c49945e742bb 100644
--- a/databases/py-sqlite3/Makefile
+++ b/databases/py-sqlite3/Makefile
@@ -19,7 +19,7 @@ COMMENT= Standard Python binding to the SQLite3 library
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-PLIST_FILES= lib/%%PYTHON_VERSION%%/site-packages/_sqlite3.so
+PLIST_FILES= %%PYTHON_SITELIBDIR%%/_sqlite3.so
DIST_SUBDIR= python
USE_PYTHON= 2.5+
USE_PYDISTUTILS=yes
@@ -30,9 +30,6 @@ PYDISTUTILS_NOEGGINFO= yes
.include <bsd.port.pre.mk>
-pre-extract:
- @${CAT} ${PKGMESSAGE}
-
post-extract:
.if ${PYTHON_REL} < 300
@${CP} ${FILESDIR}/setup.py ${WRKSRC}
diff --git a/databases/py-sqlite3/pkg-message b/databases/py-sqlite3/pkg-message
deleted file mode 100644
index fa94cdeeb335..000000000000
--- a/databases/py-sqlite3/pkg-message
+++ /dev/null
@@ -1,7 +0,0 @@
-====
-**CAUTION**
-This port installs the sqlite3 module which is distributed as a
-part of standard library collection of Python 2.5 and laters. If
-you're using Python 2.4 or former, you must install databases/py-pysqlite22
-instead.
-====