diff options
| author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-23 00:28:58 +0000 |
|---|---|---|
| committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-04-23 00:28:58 +0000 |
| commit | b94d3286c71c703961a5e7b312209a9ab9963b82 (patch) | |
| tree | 94897ec1286cb153d080855fce3f3ee107b2fa25 /databases/py-MySQLdb | |
| parent | - Update to 1.2.1_p2 [1] (diff) | |
- Install README too.
Notes
Notes:
svn path=/head/; revision=160186
Diffstat (limited to 'databases/py-MySQLdb')
| -rw-r--r-- | databases/py-MySQLdb/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/databases/py-MySQLdb/Makefile b/databases/py-MySQLdb/Makefile index abdf6cab95c7..27241e7a98ef 100644 --- a/databases/py-MySQLdb/Makefile +++ b/databases/py-MySQLdb/Makefile @@ -38,7 +38,8 @@ post-patch: post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} - ${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/* ${DOCSDIR} .endif .include <bsd.port.post.mk> |
