aboutsummaryrefslogtreecommitdiff
path: root/databases/p5-DBD-ODBC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'databases/p5-DBD-ODBC/Makefile')
-rw-r--r--databases/p5-DBD-ODBC/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/databases/p5-DBD-ODBC/Makefile b/databases/p5-DBD-ODBC/Makefile
index 6615003bf70a..77e49da5c99f 100644
--- a/databases/p5-DBD-ODBC/Makefile
+++ b/databases/p5-DBD-ODBC/Makefile
@@ -26,10 +26,8 @@ USES= perl5
USE_PERL5= configure
CONFIGURE_ARGS= -o ${LOCALBASE}
-MAN3= DBD::ODBC.3
PORTDOCS= Changes README README.adabas README.informix
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if empty(PORT_OPTIONS:MODBC)
@@ -60,9 +58,8 @@ post-configure:
post-install:
.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}/
- cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR}/
- @${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}/
+ cd ${WRKSRC}/ && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
.endif
.include <bsd.port.post.mk>