diff options
author | Wen Heping <wen@FreeBSD.org> | 2011-10-13 13:06:11 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2011-10-13 13:06:11 +0000 |
commit | fc6ec6f8cc219e6d708f1adebed701c71fe499b5 (patch) | |
tree | d7c8e28034a53e2e35393f17f9f5b6854394165d /databases | |
parent | 4d3fe3f89afac74be8566ae652f134150c5328a0 (diff) |
Notes
Diffstat (limited to 'databases')
-rw-r--r-- | databases/py-sqlite3/Makefile | 5 | ||||
-rw-r--r-- | databases/py-sqlite3/pkg-message | 7 |
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. -==== |