diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-18 13:35:47 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2005-10-18 13:35:47 +0000 |
commit | 6f4d3ef0cb12ac8f4c372bc2447ec97cf5c3a2e3 (patch) | |
tree | 8a140dc54ea419d7d625236525747a67b863a463 | |
parent | 18c7c55c4867cb78b95fc539cb209677fd5afc4a (diff) | |
download | ports-6f4d3ef0cb12ac8f4c372bc2447ec97cf5c3a2e3.tar.gz ports-6f4d3ef0cb12ac8f4c372bc2447ec97cf5c3a2e3.zip |
Notes
-rw-r--r-- | databases/py-PySQLite11/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/databases/py-PySQLite11/Makefile b/databases/py-PySQLite11/Makefile index e8124c3b1d24..59758c7b3d24 100644 --- a/databases/py-PySQLite11/Makefile +++ b/databases/py-PySQLite11/Makefile @@ -25,10 +25,14 @@ CONFLICTS= py*-PySQLite-1.0* WRKSRC= ${WRKDIR}/pysqlite USE_PYTHON= yes USE_PYDISTUTILS= yes +USE_REINPLACE= yes +MAKE_ENV= LOCALBASE="${LOCALBASE}" -.if !defined(NOPORTDOCS) PORTDOCS= * -.endif + +post-patch: + @${REINPLACE_CMD} -e 's|"freebsd5",|"freebsd5", "freebsd6", "freebsd7",|' \ + ${WRKSRC}/setup.py post-install: .if !defined(NOPORTDOCS) |