diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:32:35 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-02-18 03:32:35 +0000 |
commit | 1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef (patch) | |
tree | d25f47e82d9f5c07d8ef3dcc88dcc03a0b947c55 /databases/jdbc-oracle8i | |
parent | bd8178b27a7c1e18a4df5dc19e6fefb99cee68d5 (diff) | |
download | ports-1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef.tar.gz ports-1fa858c06504e6c5c43cc3d1c5e3e19b57a37aef.zip |
Notes
Diffstat (limited to 'databases/jdbc-oracle8i')
-rw-r--r-- | databases/jdbc-oracle8i/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/jdbc-oracle8i/Makefile b/databases/jdbc-oracle8i/Makefile index 1f0db2b780df..22f4f3118dc6 100644 --- a/databases/jdbc-oracle8i/Makefile +++ b/databases/jdbc-oracle8i/Makefile @@ -43,7 +43,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${CLASSES}${EXTRACT_SUFX} \ .if !exists(${CLASSES:S|^|${_DISTDIR}/|}${EXTRACT_SUFX}) \ && !exists(${PATCH_FILE:S|^|${_DISTDIR}/|}${EXTRACT_SUFX}) \ && !exists(${NLS_CHARSET:S|^|${_DISTDIR}/|}${EXTRACT_SUFX}) -IGNORE="Please manually download ${DISTFILES} from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Oracle8i 8.1.7 JDBC Drivers for use with JDK 1.2 \(JDBC classes + Oracle8i ${PORTVERSION} Patch + nls_charset12.zip\). Put ${DISTFILES} into the directory ${_DISTDIR} and run make again." +IGNORE= Please manually download ${DISTFILES} from http://www.oracle.com/technology/software/tech/java/sqlj_jdbc/index.html Oracle8i 8.1.7 JDBC Drivers for use with JDK 1.2 \(JDBC classes + Oracle8i ${PORTVERSION} Patch + nls_charset12.zip\). Put ${DISTFILES} into the directory ${_DISTDIR} and run make again. .endif pre-patch: |