diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-02 17:23:47 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-02 17:23:47 +0000 |
commit | 699c7c7e7e03e68a7ca82a0c8e74150be998d625 (patch) | |
tree | 5a9009f40cb334eb194fafe33b6f1e9b9e7e8404 /databases/unixODBC | |
parent | 45d50a2f7d342bfa9a6af18a399a82e70bebf602 (diff) |
- Simplify Makefile
Notes
Notes:
svn path=/head/; revision=363826
Diffstat (limited to 'databases/unixODBC')
-rw-r--r-- | databases/unixODBC/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/databases/unixODBC/Makefile b/databases/unixODBC/Makefile index 7ab3a5f22fa9..28cd08b69812 100644 --- a/databases/unixODBC/Makefile +++ b/databases/unixODBC/Makefile @@ -23,17 +23,13 @@ USE_LDCONFIG= yes PORTDOCS= * -.include <bsd.port.options.mk> - post-patch: @${REINPLACE_CMD} -e \ '/\.ini/s|^|#|' ${WRKSRC}/Makefile.in post-install: -.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} @${FIND} ${STAGEDIR}${DOCSDIR} -type f -name "*Makefile*" -delete -.endif .include <bsd.port.mk> |