diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-12 04:04:47 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-02-12 04:04:47 +0000 |
commit | 5e3ee7055f5542ddb5c1fdafdd7c3b6776ab6b86 (patch) | |
tree | 8880755bec66556f0ee7e7ca2520e224cdc2e6ae /databases/py-pysqlite21 | |
parent | d2e7754c7725f0af1669b45e009a34bfdafb45d8 (diff) |
Notes
Diffstat (limited to 'databases/py-pysqlite21')
-rw-r--r-- | databases/py-pysqlite21/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/databases/py-pysqlite21/Makefile b/databases/py-pysqlite21/Makefile index 67acc1a930eb..a72560e1a742 100644 --- a/databases/py-pysqlite21/Makefile +++ b/databases/py-pysqlite21/Makefile @@ -33,9 +33,10 @@ post-patch: @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|" ${WRKSRC}/setup.cfg .if !defined(NOPORTDOCS) @${REINPLACE_CMD} -E -e "s|pysqlite2-doc|${DOCSBASE}|" \ - -e "s|.*build_docs\(\)\$$||" ${WRKSRC}/setup.py + -e "s/.*(cmdclass|extras_require) =.*//" \ + ${WRKSRC}/setup.py .else - @${REINPLACE_CMD} -E -e "s|.*build_docs\(\)\$$||" \ + @${REINPLACE_CMD} -E -e "s/.*(cmdclass|extras_require) =.*//" \ -e "s|data_files = \[.*|data_files = []|" \ -e "s|.*glob.glob\(.*\).*||" \ -e "s|.*pysqlite2-doc/code.*||" \ |