From fc6ec6f8cc219e6d708f1adebed701c71fe499b5 Mon Sep 17 00:00:00 2001 From: Wen Heping Date: Thu, 13 Oct 2011 13:06:11 +0000 Subject: - Remove stale pkg_message PR: ports/161535 Submitted by: Ruslan Mahmatkhanov --- databases/py-sqlite3/Makefile | 5 +---- databases/py-sqlite3/pkg-message | 7 ------- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 databases/py-sqlite3/pkg-message (limited to 'databases/py-sqlite3') 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 -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. -==== -- cgit v1.2.3