Index: head/databases/c3p0/Makefile =================================================================== --- head/databases/c3p0/Makefile (revision 506916) +++ head/databases/c3p0/Makefile (revision 506917) @@ -1,30 +1,33 @@ # $FreeBSD$ PORTNAME= c3p0 PORTVERSION= 0.9.5.3 CATEGORIES= databases java MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-bin/${PORTNAME}-${PORTVERSION}/ DISTNAME= ${PORTNAME}-${PORTVERSION}.bin MAINTAINER= olgeni@FreeBSD.org COMMENT= Library for augmenting JDBC drivers with JNDI-bindable DataSources LICENSE= LGPL21 EPL LICENSE_COMB= dual USES= tar:tgz USE_JAVA= yes NO_BUILD= yes JAVA_VERSION= 1.6+ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +NO_ARCH= yes OPTIONS_DEFINE= DOCS do-install: ${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-${PORTVERSION}.jar ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}.jar + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} apidocs ${STAGEDIR}${DOCSDIR} cd ${WRKSRC}/doc && ${COPYTREE_SHARE} apidocs-oracle-thin ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/doc/arrow_sm.png ${WRKSRC}/doc/index.html ${STAGEDIR}${DOCSDIR} .include Index: head/databases/c3p0/pkg-descr =================================================================== --- head/databases/c3p0/pkg-descr (revision 506916) +++ head/databases/c3p0/pkg-descr (revision 506917) @@ -1,6 +1,6 @@ c3p0 is an easy-to-use Java library for augmenting traditional (DriverManager-based) JDBC drivers with JNDI-bindable DataSources, including DataSources that implement Connection and Statement Pooling, as described by the jdbc3 spec and jdbc2 std extension. -WWW: http://www.mchange.com/projects/c3p0/ +WWW: https://www.mchange.com/projects/c3p0/