aboutsummaryrefslogtreecommitdiff
path: root/databases/unixODBC
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-02 17:23:47 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2014-08-02 17:23:47 +0000
commit699c7c7e7e03e68a7ca82a0c8e74150be998d625 (patch)
tree5a9009f40cb334eb194fafe33b6f1e9b9e7e8404 /databases/unixODBC
parent45d50a2f7d342bfa9a6af18a399a82e70bebf602 (diff)
downloadports-699c7c7e7e03e68a7ca82a0c8e74150be998d625.tar.gz
ports-699c7c7e7e03e68a7ca82a0c8e74150be998d625.zip
- Simplify Makefile
Notes
Notes: svn path=/head/; revision=363826
Diffstat (limited to 'databases/unixODBC')
-rw-r--r--databases/unixODBC/Makefile4
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>