diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-20 00:40:02 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-20 00:40:02 +0800 |
commit | 678be74d1ccf7d309eeaf3b598974d2757e60944 (patch) | |
tree | 844b9971fc1f75099f0ca408aa85eeb043c00d8e /databases | |
parent | c98a5f2dc1dca0cd87769eaaec24eb67be59d101 (diff) | |
download | freebsd-ports-gnome-678be74d1ccf7d309eeaf3b598974d2757e60944.tar.gz freebsd-ports-gnome-678be74d1ccf7d309eeaf3b598974d2757e60944.tar.zst freebsd-ports-gnome-678be74d1ccf7d309eeaf3b598974d2757e60944.zip |
Remove quotes from BROKEN and IGNORE as they are not required
Approved by: maintainer
Diffstat (limited to 'databases')
-rw-r--r-- | databases/jdbc-oracle9i/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/jdbc-oracle9i/Makefile b/databases/jdbc-oracle9i/Makefile index 532397a8b2c8..a2554d9174da 100644 --- a/databases/jdbc-oracle9i/Makefile +++ b/databases/jdbc-oracle9i/Makefile @@ -35,7 +35,7 @@ PLIST_FILES= %%JAVAJARDIR%%/${CLASSES} \ .if !exists(${CLASSES:S|^|${_DISTDIR}/|}}) \ && !exists(${OCRS_FILE:S|^|${_DISTDIR}/|}) -IGNORE="Please manually download ${DISTFILES} from http://www.oracle.com/technetwork/database/enterprise-edition/jdbc9201-092698.html Oracle9i ${PORTVERSION} JDBC Drivers for use with JDK 1.4 \(JDBC classes + Additional RowSet support\). Put ${DISTFILES} into the directory ${_DISTDIR} and run make again." +IGNORE=Please manually download ${DISTFILES} from http://www.oracle.com/technetwork/database/enterprise-edition/jdbc9201-092698.html Oracle9i ${PORTVERSION} JDBC Drivers for use with JDK 1.4 \(JDBC classes + Additional RowSet support\). Put ${DISTFILES} into the directory ${_DISTDIR} and run make again. .endif do-install: |