diff options
author | eadler <eadler@FreeBSD.org> | 2012-02-18 11:32:35 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-02-18 11:32:35 +0800 |
commit | c6ceb61a380831c561c0d27aed42ed43e0bb03b2 (patch) | |
tree | 86cd16d2df7a6f16b073fb1082b4a7da4c710a3a | |
parent | 08554f34cfc3226a42443d90ad3d38a1425add48 (diff) | |
download | freebsd-ports-gnome-c6ceb61a380831c561c0d27aed42ed43e0bb03b2.tar.gz freebsd-ports-gnome-c6ceb61a380831c561c0d27aed42ed43e0bb03b2.tar.zst freebsd-ports-gnome-c6ceb61a380831c561c0d27aed42ed43e0bb03b2.zip |
Remove quotes from BROKEN and IGNORE as they are not required
-rw-r--r-- | databases/jdbc-oracle8i/Makefile | 2 | ||||
-rw-r--r-- | lang/icc/Makefile | 2 | ||||
-rw-r--r-- | misc/susv2/Makefile | 2 | ||||
-rw-r--r-- | misc/susv3/Makefile | 2 |
4 files changed, 4 insertions, 4 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: diff --git a/lang/icc/Makefile b/lang/icc/Makefile index 93251e43aded..84b398778fc1 100644 --- a/lang/icc/Makefile +++ b/lang/icc/Makefile @@ -62,7 +62,7 @@ GXXINCLUDE= /usr/include/c++/${GCCCOMPATVER:C/([0-9])([0-9]).+/\1.\2/} .for file in ${DISTFILES} .if !exists(${DISTDIR}/${DIST_SUBDIR}/${file}) -IGNORE= "Go to Intel Premier Support \(https://premier.intel.com/\) to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again" +IGNORE= Go to Intel Premier Support \(https://premier.intel.com/\) to obtain ${DISTFILES}. Product updates such as this compiler are posted regularly on Premier Support. You must have a license to obtain access to Premier Support. If you do not already have a license go to ${ICC_SITE} to review licensing options \(evaluation, commercial, and free non-commercial\) and obtain a license. Put ${DISTFILES} into ${DISTDIR} and run make again .endif .endfor diff --git a/misc/susv2/Makefile b/misc/susv2/Makefile index 076f18383923..7336839ce211 100644 --- a/misc/susv2/Makefile +++ b/misc/susv2/Makefile @@ -23,7 +23,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}" +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: diff --git a/misc/susv3/Makefile b/misc/susv3/Makefile index 5e91bdf70ed0..e5baa7355c92 100644 --- a/misc/susv3/Makefile +++ b/misc/susv3/Makefile @@ -23,7 +23,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) -IGNORE= "may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/online.html to accept their license and download ${DISTFILES} into ${DISTDIR}" +IGNORE= may not be redistributed because of licensing reasons. Please visit http://www.unix-systems.org/version3/online.html to accept their license and download ${DISTFILES} into ${DISTDIR} .endif do-install: |