summaryrefslogtreecommitdiff
path: root/databases/py-pysqlite20
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-01-27 21:16:04 +0000
commitbbd8389146f81d931e1d89ad2335d33589912a48 (patch)
treed58f602a8449ad111874763603a08b6e7c7c417d /databases/py-pysqlite20
parent- Remove entries of ports which were removed and restored (diff)
* MOVED
Add entry about databases/py-PySQLite2 -> databases/py-pysqlite20 * databases/Makefile Remove py-PySQLite2 Add entry to py-pysqlite20 and py-pysqlite21 * databases/py-PySQLite10, databases/py-PySQLite11 Mark NO_LATEST_LINK portlint(1) * databases/py-PySQLite2 Removed * databases/py-pysqlite20 [1] Update CONFLICTS Mark NO_LATEST_LINK portlint(1) * databases/py-pysqlite21 [1] Update to 2.1.2 Update CONFLICTS portlint(1) Repocopy by: marcus [1]
Notes
Notes: svn path=/head/; revision=154611
Diffstat (limited to 'databases/py-pysqlite20')
-rw-r--r--databases/py-pysqlite20/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/databases/py-pysqlite20/Makefile b/databases/py-pysqlite20/Makefile
index 38d026760eb1..cb00f6932c98 100644
--- a/databases/py-pysqlite20/Makefile
+++ b/databases/py-pysqlite20/Makefile
@@ -18,18 +18,17 @@ COMMENT= A DB-API v2 Python library for the SQLite 3 embedded SQL engine
LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3
-LATEST_LINK= ${PYTHON_PKGNAMEPREFIX}${PORTNAME}2
+CONFLICTS= py*-pysqlite-2.1*
+
+NO_LATEST_LINK= yes
-USE_REINPLACE= yes
USE_PYTHON= 2.3+
USE_PYDISTUTILS= yes
PYDISTUTILS_BUILDARGS= build_ext -I${LOCALBASE}/include -L${LOCALBASE}/lib
DOCSBASE= share/doc/py-${PORTNAME}2
DOCSDIR= ${PREFIX}/${DOCSBASE}
-.if !defined(NOPORTDOCS)
PORTDOCS= *
-.endif
pre-configure:
@${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg