diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-03 06:53:54 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-11-03 06:53:54 +0000 |
commit | 2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58 (patch) | |
tree | 2e38557e323dc31c90e715f8e9a953b48430e4d9 /databases/p5-DBD-ODBC/Makefile | |
parent | 652acfb5ce2c698477b31e73991bfe7f6ad1b91e (diff) | |
download | ports-2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58.tar.gz ports-2bf8c2e6f0a695ad1d8cb2260e0bda0597634f58.zip |
Notes
Diffstat (limited to 'databases/p5-DBD-ODBC/Makefile')
-rw-r--r-- | databases/p5-DBD-ODBC/Makefile | 7 |
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> |